Html Css Color HEX #DD3997 Deep Cerise

📋 copy color: '#DD3997'

red 221 ◦ green 57 ◦ blue 151

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

Shades of Deep Cerise #DD3997

Tints of Deep Cerise #DD3997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 51.52%
G = 13.29%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3997 (or 0xDD3997) is known color: Deep Cerise. HEX triplet: DD, 39 and 97. RGB value is (221,57,151). Sum of RGB (Red+Green+Blue) = 221+57+151=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3997 is #22C668. Grayscale: #747474. Windows color (decimal): -2279017 or 9910749. OLE color: 9910749.

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

Color convert

RGB 221 57 151 -
CMYK 0 0.74 0.32 0.13
HSL 325.61º 0.71% 0.55% -
HSV(B) 325.61º 0.74% 0.87% -
XYZ 36.87 20.53 31.3 -
YUV 116.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 221 57 151 0 0.74 0.32 0.13 325.61 0.71 0.55
Hex DD 39 97 0 4A 20 D 146 47 37
Octal 335 71 227 0 112 40 15 506 107 67
Binary 11011101 111001 10010111 0 1001010 100000 1101 101000110 1000111 110111

Color Harmonies of #DD3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3997

Black with #DD3997

Text Example


Text Example

White with #DD3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3997; }

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

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

background-color css

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

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

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

border-color css

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

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

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