Html Css Color HEX #DD3960 Cerise

📋 copy color: '#DD3960'

red 221 ◦ green 57 ◦ blue 96

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

Shades of Cerise #DD3960

Tints of Cerise #DD3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.24%

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

R = 59.09%
G = 15.24%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD3960 (or 0xDD3960) is known color: Cerise. HEX triplet: DD, 39 and 60. RGB value is (221,57,96). Sum of RGB (Red+Green+Blue) = 221+57+96=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3960 is #22C69F. Grayscale: #6E6E6E. Windows color (decimal): -2279072 or 6306269. OLE color: 6306269.

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

Color convert

RGB 221 57 96 -
CMYK 0 0.74 0.57 0.13
HSL 345.73º 0.71% 0.55% -
HSV(B) 345.73º 0.74% 0.87% -
XYZ 33.39 19.14 13 -
YUV 110.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 221 57 96 0 0.74 0.57 0.13 345.73 0.71 0.55
Hex DD 39 60 0 4A 39 D 15A 47 37
Octal 335 71 140 0 112 71 15 532 107 67
Binary 11011101 111001 1100000 0 1001010 111001 1101 101011010 1000111 110111

Color Harmonies of #DD3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3960

Black with #DD3960

Text Example


Text Example

White with #DD3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3960; }

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

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

background-color css

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

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

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

border-color css

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

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

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