Html Css Color HEX #DD5876 Cranberry

📋 copy color: '#DD5876'

red 221 ◦ green 88 ◦ blue 118

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

Shades of Cranberry #DD5876

Tints of Cranberry #DD5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

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

R = 51.76%
G = 20.61%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD5876 (or 0xDD5876) is known color: Cranberry. HEX triplet: DD, 58 and 76. RGB value is (221,88,118). Sum of RGB (Red+Green+Blue) = 221+88+118=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5876 is #22A789. Grayscale: #838383. Windows color (decimal): -2271114 or 7755997. OLE color: 7755997.

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

Color convert

RGB 221 88 118 -
CMYK 0 0.60 0.47 0.13
HSL 346.47º 0.66% 0.61% -
HSV(B) 346.47º 0.6% 0.87% -
XYZ 36.58 23.66 19.78 -
YUV 131.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 221 88 118 0 0.60 0.47 0.13 346.47 0.66 0.61
Hex DD 58 76 0 3C 2F D 15A 42 3D
Octal 335 130 166 0 74 57 15 532 102 75
Binary 11011101 1011000 1110110 0 111100 101111 1101 101011010 1000010 111101

Color Harmonies of #DD5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5876

Black with #DD5876

Text Example


Text Example

White with #DD5876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5876; }

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

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

background-color css

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

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

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

border-color css

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

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

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