Html Css Color HEX #DD2970 Cerise

📋 copy color: '#DD2970'

red 221 ◦ green 41 ◦ blue 112

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

Shades of Cerise #DD2970

Tints of Cerise #DD2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.96%

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

R = 59.09%
G = 10.96%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2970 (or 0xDD2970) is known color: Cerise. HEX triplet: DD, 29 and 70. RGB value is (221,41,112). Sum of RGB (Red+Green+Blue) = 221+41+112=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2970 is #22D68F. Grayscale: #666666. Windows color (decimal): -2283152 or 7350749. OLE color: 7350749.

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

Color convert

RGB 221 41 112 -
CMYK 0 0.81 0.49 0.13
HSL 336.33º 0.73% 0.51% -
HSV(B) 336.33º 0.81% 0.87% -
XYZ 33.54 18.13 17.06 -
YUV 102.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 221 41 112 0 0.81 0.49 0.13 336.33 0.73 0.51
Hex DD 29 70 0 51 31 D 150 49 33
Octal 335 51 160 0 121 61 15 520 111 63
Binary 11011101 101001 1110000 0 1010001 110001 1101 101010000 1001001 110011

Color Harmonies of #DD2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2970

Black with #DD2970

Text Example


Text Example

White with #DD2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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