Html Css Color HEX #DD3959 Cerise

📋 copy color: '#DD3959'

red 221 ◦ green 57 ◦ blue 89

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

Shades of Cerise #DD3959

Tints of Cerise #DD3959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 60.22%
G = 15.53%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3959 (or 0xDD3959) is known color: Cerise. HEX triplet: DD, 39 and 59. RGB value is (221,57,89). Sum of RGB (Red+Green+Blue) = 221+57+89=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3959 is #22C6A6. Grayscale: #6D6D6D. Windows color (decimal): -2279079 or 5847517. OLE color: 5847517.

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

Color convert

RGB 221 57 89 -
CMYK 0 0.74 0.60 0.13
HSL 348.29º 0.71% 0.55% -
HSV(B) 348.29º 0.74% 0.87% -
XYZ 33.09 19.02 11.38 -
YUV 109.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 221 57 89 0 0.74 0.60 0.13 348.29 0.71 0.55
Hex DD 39 59 0 4A 3C D 15C 47 37
Octal 335 71 131 0 112 74 15 534 107 67
Binary 11011101 111001 1011001 0 1001010 111100 1101 101011100 1000111 110111

Color Harmonies of #DD3959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3959

Black with #DD3959

Text Example


Text Example

White with #DD3959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3959; }

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

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

background-color css

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

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

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

border-color css

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

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

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