Html Css Color HEX #DD3595 Deep Cerise

📋 copy color: '#DD3595'

red 221 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #DD3595

Tints of Deep Cerise #DD3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.53%

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

R = 52.25%
G = 12.53%
B = 35.22%

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

#DD3595 (or 0xDD3595) is known color: Deep Cerise. HEX triplet: DD, 35 and 95. RGB value is (221,53,149). Sum of RGB (Red+Green+Blue) = 221+53+149=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3595 is #22CA6A. Grayscale: #717171. Windows color (decimal): -2280043 or 9778653. OLE color: 9778653.

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

Color convert

RGB 221 53 149 -
CMYK 0 0.76 0.33 0.13
HSL 325.71º 0.71% 0.54% -
HSV(B) 325.71º 0.76% 0.87% -
XYZ 36.52 20.09 30.39 -
YUV 114.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 221 53 149 0 0.76 0.33 0.13 325.71 0.71 0.54
Hex DD 35 95 0 4C 21 D 146 47 36
Octal 335 65 225 0 114 41 15 506 107 66
Binary 11011101 110101 10010101 0 1001100 100001 1101 101000110 1000111 110110

Color Harmonies of #DD3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3595

Black with #DD3595

Text Example


Text Example

White with #DD3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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