Html Css Color HEX #DD2798 Deep Cerise

📋 copy color: '#DD2798'

red 221 ◦ green 39 ◦ blue 152

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

Shades of Deep Cerise #DD2798

Tints of Deep Cerise #DD2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.47%

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 53.64%
G = 9.47%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2798 (or 0xDD2798) is known color: Deep Cerise. HEX triplet: DD, 27 and 98. RGB value is (221,39,152). Sum of RGB (Red+Green+Blue) = 221+39+152=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2798 is #22D867. Grayscale: #6A6A6A. Windows color (decimal): -2283624 or 9971677. OLE color: 9971677.

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

Color convert

RGB 221 39 152 -
CMYK 0 0.82 0.31 0.13
HSL 322.75º 0.73% 0.51% -
HSV(B) 322.75º 0.82% 0.87% -
XYZ 36.21 19.09 31.48 -
YUV 106.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 221 39 152 0 0.82 0.31 0.13 322.75 0.73 0.51
Hex DD 27 98 0 52 1F D 143 49 33
Octal 335 47 230 0 122 37 15 503 111 63
Binary 11011101 100111 10011000 0 1010010 11111 1101 101000011 1001001 110011

Color Harmonies of #DD2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2798

Black with #DD2798

Text Example


Text Example

White with #DD2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2798; }

 p { color: rgb(221,39,152); }

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

background-color css

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

 a { background-color: rgb(221,39,152); }

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

border-color css

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

 span { border-color: rgb(221,39,152); }

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