Html Css Color HEX #DD5478 Cranberry

📋 copy color: '#DD5478'

red 221 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #DD5478

Tints of Cranberry #DD5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 52%
G = 19.76%
B = 28.24%

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

#DD5478 (or 0xDD5478) is known color: Cranberry. HEX triplet: DD, 54 and 78. RGB value is (221,84,120). Sum of RGB (Red+Green+Blue) = 221+84+120=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5478 is #22AB87. Grayscale: #818181. Windows color (decimal): -2272136 or 7886045. OLE color: 7886045.

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

Color convert

RGB 221 84 120 -
CMYK 0 0.62 0.46 0.13
HSL 344.23º 0.67% 0.6% -
HSV(B) 344.23º 0.62% 0.87% -
XYZ 36.38 23.07 20.3 -
YUV 129.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 221 84 120 0 0.62 0.46 0.13 344.23 0.67 0.6
Hex DD 54 78 0 3E 2E D 158 43 3C
Octal 335 124 170 0 76 56 15 530 103 74
Binary 11011101 1010100 1111000 0 111110 101110 1101 101011000 1000011 111100

Color Harmonies of #DD5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5478

Black with #DD5478

Text Example


Text Example

White with #DD5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5478; }

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

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

background-color css

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

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

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

border-color css

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

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

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