Html Css Color HEX #DD2794 Deep Cerise

📋 copy color: '#DD2794'

red 221 ◦ green 39 ◦ blue 148

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

Shades of Deep Cerise #DD2794

Tints of Deep Cerise #DD2794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 54.17%
G = 9.56%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2794 (or 0xDD2794) is known color: Deep Cerise. HEX triplet: DD, 27 and 94. RGB value is (221,39,148). Sum of RGB (Red+Green+Blue) = 221+39+148=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2794 is #22D86B. Grayscale: #696969. Windows color (decimal): -2283628 or 9709533. OLE color: 9709533.

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

Color convert

RGB 221 39 148 -
CMYK 0 0.82 0.33 0.13
HSL 324.07º 0.73% 0.51% -
HSV(B) 324.07º 0.82% 0.87% -
XYZ 35.89 18.96 29.79 -
YUV 105.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 221 39 148 0 0.82 0.33 0.13 324.07 0.73 0.51
Hex DD 27 94 0 52 21 D 144 49 33
Octal 335 47 224 0 122 41 15 504 111 63
Binary 11011101 100111 10010100 0 1010010 100001 1101 101000100 1001001 110011

Color Harmonies of #DD2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2794

Black with #DD2794

Text Example


Text Example

White with #DD2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2794; }

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

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

background-color css

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

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

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

border-color css

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

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

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