Html Css Color HEX #DD4575 Cranberry

📋 copy color: '#DD4575'

red 221 ◦ green 69 ◦ blue 117

#DD4575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DD4575

Tints of Cranberry #DD4575

RGB

 RED value IS 221 (86.72% from 255) = 54.3%

 GREEN value IS 69 (27.34% from 255) = 16.95%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 54.3%
G = 16.95%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD4575 (or 0xDD4575) is known color: Cranberry. HEX triplet: DD, 45 and 75. RGB value is (221,69,117). Sum of RGB (Red+Green+Blue) = 221+69+117=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4575 is #22BA8A. Grayscale: #777777. Windows color (decimal): -2275979 or 7685597. OLE color: 7685597.

HSL color Cylindrical-coordinate representation of color #DD4575: hue angle of 341.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4575 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 117 -
CMYK 0 0.69 0.47 0.13
HSL 341.05º 0.69% 0.57% -
HSV(B) 341.05º 0.69% 0.87% -
XYZ 35.16 20.91 19.01 -
YUV 119.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 221 69 117 0 0.69 0.47 0.13 341.05 0.69 0.57
Hex DD 45 75 0 45 2F D 155 45 39
Octal 335 105 165 0 105 57 15 525 105 71
Binary 11011101 1000101 1110101 0 1000101 101111 1101 101010101 1000101 111001

Color Harmonies of #DD4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4575

Black with #DD4575

Text Example


Text Example

White with #DD4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4575; }

 p { color: rgb(221,69,117); }

 H1.HeaderClassName
 {
   color: #DD4575;
 }
 .AnyTagClassName
 {
   color: #DD4575;
 }
</style>

background-color css

<style>
 a { background-color: #DD4575; }

 a { background-color: rgb(221,69,117); }

 div.DivClassName
 {
   background-color: #DD4575;
 }
 .BgClassName
 {
   background-color: #DD4575;
 }
</style>

border-color css

<style>
 span { border-color: #DD4575; }

 span { border-color: rgb(221,69,117); }

 td.TdClassName
 {
   border-color: #DD4575;
 }
 .TagClassName
 {
   border-color: #DD4575;
 }
</style>