Html Css Color HEX #DD5872 Cranberry

📋 copy color: '#DD5872'

red 221 ◦ green 88 ◦ blue 114

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

Shades of Cranberry #DD5872

Tints of Cranberry #DD5872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 52.25%
G = 20.8%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5872 (or 0xDD5872) is known color: Cranberry. HEX triplet: DD, 58 and 72. RGB value is (221,88,114). Sum of RGB (Red+Green+Blue) = 221+88+114=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5872 is #22A78D. Grayscale: #828282. Windows color (decimal): -2271118 or 7493853. OLE color: 7493853.

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

Color convert

RGB 221 88 114 -
CMYK 0 0.60 0.48 0.13
HSL 348.27º 0.66% 0.61% -
HSV(B) 348.27º 0.6% 0.87% -
XYZ 36.35 23.57 18.55 -
YUV 130.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 221 88 114 0 0.60 0.48 0.13 348.27 0.66 0.61
Hex DD 58 72 0 3C 30 D 15C 42 3D
Octal 335 130 162 0 74 60 15 534 102 75
Binary 11011101 1011000 1110010 0 111100 110000 1101 101011100 1000010 111101

Color Harmonies of #DD5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5872

Black with #DD5872

Text Example


Text Example

White with #DD5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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