Html Css Color HEX #DD5477 Cranberry

📋 copy color: '#DD5477'

red 221 ◦ green 84 ◦ blue 119

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

Shades of Cranberry #DD5477

Tints of Cranberry #DD5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

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

R = 52.12%
G = 19.81%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5477 (or 0xDD5477) is known color: Cranberry. HEX triplet: DD, 54 and 77. RGB value is (221,84,119). Sum of RGB (Red+Green+Blue) = 221+84+119=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5477 is #22AB88. Grayscale: #808080. Windows color (decimal): -2272137 or 7820509. OLE color: 7820509.

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

Color convert

RGB 221 84 119 -
CMYK 0 0.62 0.46 0.13
HSL 344.67º 0.67% 0.6% -
HSV(B) 344.67º 0.62% 0.87% -
XYZ 36.32 23.04 19.99 -
YUV 128.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 221 84 119 0 0.62 0.46 0.13 344.67 0.67 0.6
Hex DD 54 77 0 3E 2E D 159 43 3C
Octal 335 124 167 0 76 56 15 531 103 74
Binary 11011101 1010100 1110111 0 111110 101110 1101 101011001 1000011 111100

Color Harmonies of #DD5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5477

Black with #DD5477

Text Example


Text Example

White with #DD5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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