Html Css Color HEX #DD3870 Cerise

📋 copy color: '#DD3870'

red 221 ◦ green 56 ◦ blue 112

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

Shades of Cerise #DD3870

Tints of Cerise #DD3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

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

R = 56.81%
G = 14.4%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3870 (or 0xDD3870) is known color: Cerise. HEX triplet: DD, 38 and 70. RGB value is (221,56,112). Sum of RGB (Red+Green+Blue) = 221+56+112=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3870 is #22C78F. Grayscale: #6F6F6F. Windows color (decimal): -2279312 or 7354589. OLE color: 7354589.

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

Color convert

RGB 221 56 112 -
CMYK 0 0.75 0.49 0.13
HSL 339.64º 0.71% 0.54% -
HSV(B) 339.64º 0.75% 0.87% -
XYZ 34.16 19.37 17.27 -
YUV 111.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 221 56 112 0 0.75 0.49 0.13 339.64 0.71 0.54
Hex DD 38 70 0 4B 31 D 154 47 36
Octal 335 70 160 0 113 61 15 524 107 66
Binary 11011101 111000 1110000 0 1001011 110001 1101 101010100 1000111 110110

Color Harmonies of #DD3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3870

Black with #DD3870

Text Example


Text Example

White with #DD3870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3870; }

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

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

background-color css

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

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

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

border-color css

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

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

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