Html Css Color HEX #DD2597 Deep Cerise

📋 copy color: '#DD2597'

red 221 ◦ green 37 ◦ blue 151

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

Shades of Deep Cerise #DD2597

Tints of Deep Cerise #DD2597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.05%

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

R = 54.03%
G = 9.05%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD2597 (or 0xDD2597) is known color: Deep Cerise. HEX triplet: DD, 25 and 97. RGB value is (221,37,151). Sum of RGB (Red+Green+Blue) = 221+37+151=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2597 is #22DA68. Grayscale: #686868. Windows color (decimal): -2284137 or 9905629. OLE color: 9905629.

HSL color Cylindrical-coordinate representation of color #DD2597: hue angle of 322.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2597 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 151 -
CMYK 0 0.83 0.32 0.13
HSL 322.83º 0.73% 0.51% -
HSV(B) 322.83º 0.83% 0.87% -
XYZ 36.07 18.93 31.03 -
YUV 105.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 221 37 151 0 0.83 0.32 0.13 322.83 0.73 0.51
Hex DD 25 97 0 53 20 D 143 49 33
Octal 335 45 227 0 123 40 15 503 111 63
Binary 11011101 100101 10010111 0 1010011 100000 1101 101000011 1001001 110011

Color Harmonies of #DD2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2597

Black with #DD2597

Text Example


Text Example

White with #DD2597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2597; }

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

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

background-color css

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

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

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

border-color css

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

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

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