Html Css Color HEX #DD4970 Cranberry

📋 copy color: '#DD4970'

red 221 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #DD4970

Tints of Cranberry #DD4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 54.43%
G = 17.98%
B = 27.59%

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

#DD4970 (or 0xDD4970) is known color: Cranberry. HEX triplet: DD, 49 and 70. RGB value is (221,73,112). Sum of RGB (Red+Green+Blue) = 221+73+112=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4970 is #22B68F. Grayscale: #797979. Windows color (decimal): -2274960 or 7358941. OLE color: 7358941.

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

Color convert

RGB 221 73 112 -
CMYK 0 0.67 0.49 0.13
HSL 344.19º 0.69% 0.58% -
HSV(B) 344.19º 0.67% 0.87% -
XYZ 35.13 21.31 17.59 -
YUV 121.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 221 73 112 0 0.67 0.49 0.13 344.19 0.69 0.58
Hex DD 49 70 0 43 31 D 158 45 3A
Octal 335 111 160 0 103 61 15 530 105 72
Binary 11011101 1001001 1110000 0 1000011 110001 1101 101011000 1000101 111010

Color Harmonies of #DD4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4970

Black with #DD4970

Text Example


Text Example

White with #DD4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4970; }

 p { color: rgb(221,73,112); }

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

background-color css

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

 a { background-color: rgb(221,73,112); }

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

border-color css

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

 span { border-color: rgb(221,73,112); }

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