Html Css Color HEX #DD3760 Cerise

📋 copy color: '#DD3760'

red 221 ◦ green 55 ◦ blue 96

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

Shades of Cerise #DD3760

Tints of Cerise #DD3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

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

R = 59.41%
G = 14.78%
B = 25.81%

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

#DD3760 (or 0xDD3760) is known color: Cerise. HEX triplet: DD, 37 and 60. RGB value is (221,55,96). Sum of RGB (Red+Green+Blue) = 221+55+96=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3760 is #22C89F. Grayscale: #6D6D6D. Windows color (decimal): -2279584 or 6305757. OLE color: 6305757.

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

Color convert

RGB 221 55 96 -
CMYK 0 0.75 0.57 0.13
HSL 345.18º 0.71% 0.54% -
HSV(B) 345.18º 0.75% 0.87% -
XYZ 33.3 18.95 12.97 -
YUV 109.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 221 55 96 0 0.75 0.57 0.13 345.18 0.71 0.54
Hex DD 37 60 0 4B 39 D 159 47 36
Octal 335 67 140 0 113 71 15 531 107 66
Binary 11011101 110111 1100000 0 1001011 111001 1101 101011001 1000111 110110

Color Harmonies of #DD3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3760

Black with #DD3760

Text Example


Text Example

White with #DD3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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