Html Css Color HEX #DD2D70 Cerise

📋 copy color: '#DD2D70'

red 221 ◦ green 45 ◦ blue 112

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

Shades of Cerise #DD2D70

Tints of Cerise #DD2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

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

R = 58.47%
G = 11.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2D70 (or 0xDD2D70) is known color: Cerise. HEX triplet: DD, 2D and 70. RGB value is (221,45,112). Sum of RGB (Red+Green+Blue) = 221+45+112=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D70 is #22D28F. Grayscale: #696969. Windows color (decimal): -2282128 or 7351773. OLE color: 7351773.

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

Color convert

RGB 221 45 112 -
CMYK 0 0.80 0.49 0.13
HSL 337.16º 0.72% 0.52% -
HSV(B) 337.16º 0.8% 0.87% -
XYZ 33.68 18.42 17.11 -
YUV 105.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 221 45 112 0 0.80 0.49 0.13 337.16 0.72 0.52
Hex DD 2D 70 0 50 31 D 151 48 34
Octal 335 55 160 0 120 61 15 521 110 64
Binary 11011101 101101 1110000 0 1010000 110001 1101 101010001 1001000 110100

Color Harmonies of #DD2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D70

Black with #DD2D70

Text Example


Text Example

White with #DD2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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