Html Css Color HEX #DD5972 Cranberry

📋 copy color: '#DD5972'

red 221 ◦ green 89 ◦ blue 114

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

Shades of Cranberry #DD5972

Tints of Cranberry #DD5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 52.12%
G = 20.99%
B = 26.89%

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

#DD5972 (or 0xDD5972) is known color: Cranberry. HEX triplet: DD, 59 and 72. RGB value is (221,89,114). Sum of RGB (Red+Green+Blue) = 221+89+114=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5972 is #22A68D. Grayscale: #838383. Windows color (decimal): -2270862 or 7494109. OLE color: 7494109.

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

Color convert

RGB 221 89 114 -
CMYK 0 0.60 0.48 0.13
HSL 348.64º 0.66% 0.61% -
HSV(B) 348.64º 0.6% 0.87% -
XYZ 36.43 23.73 18.58 -
YUV 131.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 221 89 114 0 0.60 0.48 0.13 348.64 0.66 0.61
Hex DD 59 72 0 3C 30 D 15D 42 3D
Octal 335 131 162 0 74 60 15 535 102 75
Binary 11011101 1011001 1110010 0 111100 110000 1101 101011101 1000010 111101

Color Harmonies of #DD5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5972

Black with #DD5972

Text Example


Text Example

White with #DD5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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