Html Css Color HEX #DD3695 Deep Cerise

📋 copy color: '#DD3695'

red 221 ◦ green 54 ◦ blue 149

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

Shades of Deep Cerise #DD3695

Tints of Deep Cerise #DD3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 52.12%
G = 12.74%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3695 (or 0xDD3695) is known color: Deep Cerise. HEX triplet: DD, 36 and 95. RGB value is (221,54,149). Sum of RGB (Red+Green+Blue) = 221+54+149=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3695 is #22C96A. Grayscale: #727272. Windows color (decimal): -2279787 or 9778909. OLE color: 9778909.

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

Color convert

RGB 221 54 149 -
CMYK 0 0.76 0.33 0.13
HSL 325.87º 0.71% 0.54% -
HSV(B) 325.87º 0.76% 0.87% -
XYZ 36.56 20.18 30.4 -
YUV 114.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 221 54 149 0 0.76 0.33 0.13 325.87 0.71 0.54
Hex DD 36 95 0 4C 21 D 146 47 36
Octal 335 66 225 0 114 41 15 506 107 66
Binary 11011101 110110 10010101 0 1001100 100001 1101 101000110 1000111 110110

Color Harmonies of #DD3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3695

Black with #DD3695

Text Example


Text Example

White with #DD3695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3695; }

 p { color: rgb(221,54,149); }

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

background-color css

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

 a { background-color: rgb(221,54,149); }

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

border-color css

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

 span { border-color: rgb(221,54,149); }

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