Html Css Color HEX #DD3860 Cerise

📋 copy color: '#DD3860'

red 221 ◦ green 56 ◦ blue 96

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

Shades of Cerise #DD3860

Tints of Cerise #DD3860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 59.25%
G = 15.01%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD3860 (or 0xDD3860) is known color: Cerise. HEX triplet: DD, 38 and 60. RGB value is (221,56,96). Sum of RGB (Red+Green+Blue) = 221+56+96=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3860 is #22C79F. Grayscale: #6D6D6D. Windows color (decimal): -2279328 or 6306013. OLE color: 6306013.

HSL color Cylindrical-coordinate representation of color #DD3860: hue angle of 345.45º 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 #DD3860 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 96 -
CMYK 0 0.75 0.57 0.13
HSL 345.45º 0.71% 0.54% -
HSV(B) 345.45º 0.75% 0.87% -
XYZ 33.34 19.05 12.98 -
YUV 109.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 221 56 96 0 0.75 0.57 0.13 345.45 0.71 0.54
Hex DD 38 60 0 4B 39 D 159 47 36
Octal 335 70 140 0 113 71 15 531 107 66
Binary 11011101 111000 1100000 0 1001011 111001 1101 101011001 1000111 110110

Color Harmonies of #DD3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3860

Black with #DD3860

Text Example


Text Example

White with #DD3860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3860; }

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

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

background-color css

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

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

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

border-color css

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

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

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