Html Css Color HEX #DD4871 Cranberry

📋 copy color: '#DD4871'

red 221 ◦ green 72 ◦ blue 113

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

Shades of Cranberry #DD4871

Tints of Cranberry #DD4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 54.43%
G = 17.73%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4871 (or 0xDD4871) is known color: Cranberry. HEX triplet: DD, 48 and 71. RGB value is (221,72,113). Sum of RGB (Red+Green+Blue) = 221+72+113=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4871 is #22B78E. Grayscale: #797979. Windows color (decimal): -2275215 or 7424221. OLE color: 7424221.

HSL color Cylindrical-coordinate representation of color #DD4871: hue angle of 343.49º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4871 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 113 -
CMYK 0 0.67 0.49 0.13
HSL 343.49º 0.69% 0.57% -
HSV(B) 343.49º 0.67% 0.87% -
XYZ 35.12 21.2 17.86 -
YUV 121.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 221 72 113 0 0.67 0.49 0.13 343.49 0.69 0.57
Hex DD 48 71 0 43 31 D 157 45 39
Octal 335 110 161 0 103 61 15 527 105 71
Binary 11011101 1001000 1110001 0 1000011 110001 1101 101010111 1000101 111001

Color Harmonies of #DD4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4871

Black with #DD4871

Text Example


Text Example

White with #DD4871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4871; }

 p { color: rgb(221,72,113); }

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

background-color css

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

 a { background-color: rgb(221,72,113); }

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

border-color css

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

 span { border-color: rgb(221,72,113); }

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