Html Css Color HEX #DD5A72 Cranberry

📋 copy color: '#DD5A72'

red 221 ◦ green 90 ◦ blue 114

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

Shades of Cranberry #DD5A72

Tints of Cranberry #DD5A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

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

R = 52%
G = 21.18%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5A72 (or 0xDD5A72) is known color: Cranberry. HEX triplet: DD, 5A and 72. RGB value is (221,90,114). Sum of RGB (Red+Green+Blue) = 221+90+114=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A72 is #22A58D. Grayscale: #838383. Windows color (decimal): -2270606 or 7494365. OLE color: 7494365.

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

Color convert

RGB 221 90 114 -
CMYK 0 0.59 0.48 0.13
HSL 349.01º 0.66% 0.61% -
HSV(B) 349.01º 0.59% 0.87% -
XYZ 36.51 23.9 18.61 -
YUV 131.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 221 90 114 0 0.59 0.48 0.13 349.01 0.66 0.61
Hex DD 5A 72 0 3B 30 D 15D 42 3D
Octal 335 132 162 0 73 60 15 535 102 75
Binary 11011101 1011010 1110010 0 111011 110000 1101 101011101 1000010 111101

Color Harmonies of #DD5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A72

Black with #DD5A72

Text Example


Text Example

White with #DD5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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