Html Css Color HEX #DD3E70 Cerise

📋 copy color: '#DD3E70'

red 221 ◦ green 62 ◦ blue 112

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

Shades of Cerise #DD3E70

Tints of Cerise #DD3E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 55.95%
G = 15.7%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3E70 (or 0xDD3E70) is known color: Cerise. HEX triplet: DD, 3E and 70. RGB value is (221,62,112). Sum of RGB (Red+Green+Blue) = 221+62+112=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E70 is #22C18F. Grayscale: #737373. Windows color (decimal): -2277776 or 7356125. OLE color: 7356125.

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

Color convert

RGB 221 62 112 -
CMYK 0 0.72 0.49 0.13
HSL 341.13º 0.7% 0.55% -
HSV(B) 341.13º 0.72% 0.87% -
XYZ 34.47 19.99 17.37 -
YUV 115.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 221 62 112 0 0.72 0.49 0.13 341.13 0.7 0.55
Hex DD 3E 70 0 48 31 D 155 46 37
Octal 335 76 160 0 110 61 15 525 106 67
Binary 11011101 111110 1110000 0 1001000 110001 1101 101010101 1000110 110111

Color Harmonies of #DD3E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E70

Black with #DD3E70

Text Example


Text Example

White with #DD3E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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