Html Css Color HEX #DD4770 Cranberry

📋 copy color: '#DD4770'

red 221 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #DD4770

Tints of Cranberry #DD4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

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

R = 54.7%
G = 17.57%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4770 (or 0xDD4770) is known color: Cranberry. HEX triplet: DD, 47 and 70. RGB value is (221,71,112). Sum of RGB (Red+Green+Blue) = 221+71+112=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4770 is #22B88F. Grayscale: #787878. Windows color (decimal): -2275472 or 7358429. OLE color: 7358429.

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

Color convert

RGB 221 71 112 -
CMYK 0 0.68 0.49 0.13
HSL 343.6º 0.69% 0.57% -
HSV(B) 343.6º 0.68% 0.87% -
XYZ 35 21.05 17.55 -
YUV 120.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 221 71 112 0 0.68 0.49 0.13 343.6 0.69 0.57
Hex DD 47 70 0 44 31 D 158 45 39
Octal 335 107 160 0 104 61 15 530 105 71
Binary 11011101 1000111 1110000 0 1000100 110001 1101 101011000 1000101 111001

Color Harmonies of #DD4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4770

Black with #DD4770

Text Example


Text Example

White with #DD4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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