Html Css Color HEX #DD5372 Cranberry

📋 copy color: '#DD5372'

red 221 ◦ green 83 ◦ blue 114

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

Shades of Cranberry #DD5372

Tints of Cranberry #DD5372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 52.87%
G = 19.86%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5372 (or 0xDD5372) is known color: Cranberry. HEX triplet: DD, 53 and 72. RGB value is (221,83,114). Sum of RGB (Red+Green+Blue) = 221+83+114=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5372 is #22AC8D. Grayscale: #7F7F7F. Windows color (decimal): -2272398 or 7492573. OLE color: 7492573.

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

Color convert

RGB 221 83 114 -
CMYK 0 0.62 0.48 0.13
HSL 346.52º 0.67% 0.6% -
HSV(B) 346.52º 0.62% 0.87% -
XYZ 35.95 22.77 18.42 -
YUV 127.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 221 83 114 0 0.62 0.48 0.13 346.52 0.67 0.6
Hex DD 53 72 0 3E 30 D 15B 43 3C
Octal 335 123 162 0 76 60 15 533 103 74
Binary 11011101 1010011 1110010 0 111110 110000 1101 101011011 1000011 111100

Color Harmonies of #DD5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5372

Black with #DD5372

Text Example


Text Example

White with #DD5372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5372; }

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

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

background-color css

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

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

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

border-color css

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

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

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