Html Css Color HEX #DD2270 Cerise

📋 copy color: '#DD2270'

red 221 ◦ green 34 ◦ blue 112

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

Shades of Cerise #DD2270

Tints of Cerise #DD2270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 60.22%
G = 9.26%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2270 (or 0xDD2270) is known color: Cerise. HEX triplet: DD, 22 and 70. RGB value is (221,34,112). Sum of RGB (Red+Green+Blue) = 221+34+112=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2270 is #22DD8F. Grayscale: #626262. Windows color (decimal): -2284944 or 7348957. OLE color: 7348957.

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

Color convert

RGB 221 34 112 -
CMYK 0 0.85 0.49 0.13
HSL 334.97º 0.73% 0.5% -
HSV(B) 334.97º 0.85% 0.87% -
XYZ 33.32 17.69 16.99 -
YUV 98.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 221 34 112 0 0.85 0.49 0.13 334.97 0.73 0.5
Hex DD 22 70 0 55 31 D 14F 49 32
Octal 335 42 160 0 125 61 15 517 111 62
Binary 11011101 100010 1110000 0 1010101 110001 1101 101001111 1001001 110010

Color Harmonies of #DD2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2270

Black with #DD2270

Text Example


Text Example

White with #DD2270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2270; }

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

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

background-color css

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

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

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

border-color css

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

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

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