Html Css Color HEX #DD5772 Cranberry

📋 copy color: '#DD5772'

red 221 ◦ green 87 ◦ blue 114

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

Shades of Cranberry #DD5772

Tints of Cranberry #DD5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 52.37%
G = 20.62%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5772 (or 0xDD5772) is known color: Cranberry. HEX triplet: DD, 57 and 72. RGB value is (221,87,114). Sum of RGB (Red+Green+Blue) = 221+87+114=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5772 is #22A88D. Grayscale: #828282. Windows color (decimal): -2271374 or 7493597. OLE color: 7493597.

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

Color convert

RGB 221 87 114 -
CMYK 0 0.61 0.48 0.13
HSL 347.91º 0.66% 0.6% -
HSV(B) 347.91º 0.61% 0.87% -
XYZ 36.26 23.4 18.53 -
YUV 130.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 221 87 114 0 0.61 0.48 0.13 347.91 0.66 0.6
Hex DD 57 72 0 3D 30 D 15C 42 3C
Octal 335 127 162 0 75 60 15 534 102 74
Binary 11011101 1010111 1110010 0 111101 110000 1101 101011100 1000010 111100

Color Harmonies of #DD5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5772

Black with #DD5772

Text Example


Text Example

White with #DD5772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5772; }

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

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

background-color css

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

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

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

border-color css

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

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

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