Html Css Color HEX #DD4677 Cranberry

📋 copy color: '#DD4677'

red 221 ◦ green 70 ◦ blue 119

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

Shades of Cranberry #DD4677

Tints of Cranberry #DD4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 53.9%
G = 17.07%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4677 (or 0xDD4677) is known color: Cranberry. HEX triplet: DD, 46 and 77. RGB value is (221,70,119). Sum of RGB (Red+Green+Blue) = 221+70+119=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4677 is #22B988. Grayscale: #787878. Windows color (decimal): -2275721 or 7816925. OLE color: 7816925.

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

Color convert

RGB 221 70 119 -
CMYK 0 0.68 0.46 0.13
HSL 340.53º 0.69% 0.57% -
HSV(B) 340.53º 0.68% 0.87% -
XYZ 35.34 21.08 19.66 -
YUV 120.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 221 70 119 0 0.68 0.46 0.13 340.53 0.69 0.57
Hex DD 46 77 0 44 2E D 155 45 39
Octal 335 106 167 0 104 56 15 525 105 71
Binary 11011101 1000110 1110111 0 1000100 101110 1101 101010101 1000101 111001

Color Harmonies of #DD4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4677

Black with #DD4677

Text Example


Text Example

White with #DD4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4677; }

 p { color: rgb(221,70,119); }

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

background-color css

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

 a { background-color: rgb(221,70,119); }

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

border-color css

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

 span { border-color: rgb(221,70,119); }

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