Html Css Color HEX #DD5476 Cranberry

📋 copy color: '#DD5476'

red 221 ◦ green 84 ◦ blue 118

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

Shades of Cranberry #DD5476

Tints of Cranberry #DD5476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 52.25%
G = 19.86%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD5476 (or 0xDD5476) is known color: Cranberry. HEX triplet: DD, 54 and 76. RGB value is (221,84,118). Sum of RGB (Red+Green+Blue) = 221+84+118=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5476 is #22AB89. Grayscale: #808080. Windows color (decimal): -2272138 or 7754973. OLE color: 7754973.

HSL color Cylindrical-coordinate representation of color #DD5476: hue angle of 345.11º 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 #DD5476 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 118 -
CMYK 0 0.62 0.47 0.13
HSL 345.11º 0.67% 0.6% -
HSV(B) 345.11º 0.62% 0.87% -
XYZ 36.26 23.02 19.67 -
YUV 128.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 221 84 118 0 0.62 0.47 0.13 345.11 0.67 0.6
Hex DD 54 76 0 3E 2F D 159 43 3C
Octal 335 124 166 0 76 57 15 531 103 74
Binary 11011101 1010100 1110110 0 111110 101111 1101 101011001 1000011 111100

Color Harmonies of #DD5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5476

Black with #DD5476

Text Example


Text Example

White with #DD5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5476; }

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

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

background-color css

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

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

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

border-color css

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

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

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