Html Css Color HEX #DD2A70 Cerise

📋 copy color: '#DD2A70'

red 221 ◦ green 42 ◦ blue 112

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

Shades of Cerise #DD2A70

Tints of Cerise #DD2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.2%

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

R = 58.93%
G = 11.2%
B = 29.87%

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

#DD2A70 (or 0xDD2A70) is known color: Cerise. HEX triplet: DD, 2A and 70. RGB value is (221,42,112). Sum of RGB (Red+Green+Blue) = 221+42+112=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A70 is #22D58F. Grayscale: #676767. Windows color (decimal): -2282896 or 7351005. OLE color: 7351005.

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

Color convert

RGB 221 42 112 -
CMYK 0 0.81 0.49 0.13
HSL 336.54º 0.72% 0.52% -
HSV(B) 336.54º 0.81% 0.87% -
XYZ 33.57 18.2 17.07 -
YUV 103.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 221 42 112 0 0.81 0.49 0.13 336.54 0.72 0.52
Hex DD 2A 70 0 51 31 D 151 48 34
Octal 335 52 160 0 121 61 15 521 110 64
Binary 11011101 101010 1110000 0 1010001 110001 1101 101010001 1001000 110100

Color Harmonies of #DD2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A70

Black with #DD2A70

Text Example


Text Example

White with #DD2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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