Html Css Color HEX #DD3470 Cerise

📋 copy color: '#DD3470'

red 221 ◦ green 52 ◦ blue 112

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

Shades of Cerise #DD3470

Tints of Cerise #DD3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

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

R = 57.4%
G = 13.51%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3470 (or 0xDD3470) is known color: Cerise. HEX triplet: DD, 34 and 70. RGB value is (221,52,112). Sum of RGB (Red+Green+Blue) = 221+52+112=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3470 is #22CB8F. Grayscale: #6D6D6D. Windows color (decimal): -2280336 or 7353565. OLE color: 7353565.

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

Color convert

RGB 221 52 112 -
CMYK 0 0.76 0.49 0.13
HSL 338.7º 0.71% 0.54% -
HSV(B) 338.7º 0.76% 0.87% -
XYZ 33.97 19 17.21 -
YUV 109.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 221 52 112 0 0.76 0.49 0.13 338.7 0.71 0.54
Hex DD 34 70 0 4C 31 D 153 47 36
Octal 335 64 160 0 114 61 15 523 107 66
Binary 11011101 110100 1110000 0 1001100 110001 1101 101010011 1000111 110110

Color Harmonies of #DD3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3470

Black with #DD3470

Text Example


Text Example

White with #DD3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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