Html Css Color HEX #DD4470 Cranberry

📋 copy color: '#DD4470'

red 221 ◦ green 68 ◦ blue 112

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

Shades of Cranberry #DD4470

Tints of Cranberry #DD4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 55.11%
G = 16.96%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4470 (or 0xDD4470) is known color: Cranberry. HEX triplet: DD, 44 and 70. RGB value is (221,68,112). Sum of RGB (Red+Green+Blue) = 221+68+112=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4470 is #22BB8F. Grayscale: #767676. Windows color (decimal): -2276240 or 7357661. OLE color: 7357661.

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

Color convert

RGB 221 68 112 -
CMYK 0 0.69 0.49 0.13
HSL 342.75º 0.69% 0.57% -
HSV(B) 342.75º 0.69% 0.87% -
XYZ 34.81 20.68 17.49 -
YUV 118.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 221 68 112 0 0.69 0.49 0.13 342.75 0.69 0.57
Hex DD 44 70 0 45 31 D 157 45 39
Octal 335 104 160 0 105 61 15 527 105 71
Binary 11011101 1000100 1110000 0 1000101 110001 1101 101010111 1000101 111001

Color Harmonies of #DD4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4470

Black with #DD4470

Text Example


Text Example

White with #DD4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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