Html Css Color HEX #DD299C Deep Cerise

📋 copy color: '#DD299C'

red 221 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #DD299C

Tints of Deep Cerise #DD299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 52.87%
G = 9.81%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD299C (or 0xDD299C) is known color: Deep Cerise. HEX triplet: DD, 29 and 9C. RGB value is (221,41,156). Sum of RGB (Red+Green+Blue) = 221+41+156=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD299C is #22D663. Grayscale: #6B6B6B. Windows color (decimal): -2283108 or 10234333. OLE color: 10234333.

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

Color convert

RGB 221 41 156 -
CMYK 0 0.81 0.29 0.13
HSL 321.67º 0.73% 0.51% -
HSV(B) 321.67º 0.81% 0.87% -
XYZ 36.61 19.36 33.26 -
YUV 107.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 221 41 156 0 0.81 0.29 0.13 321.67 0.73 0.51
Hex DD 29 9C 0 51 1D D 142 49 33
Octal 335 51 234 0 121 35 15 502 111 63
Binary 11011101 101001 10011100 0 1010001 11101 1101 101000010 1001001 110011

Color Harmonies of #DD299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD299C

Black with #DD299C

Text Example


Text Example

White with #DD299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD299C; }

 p { color: rgb(221,41,156); }

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

background-color css

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

 a { background-color: rgb(221,41,156); }

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

border-color css

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

 span { border-color: rgb(221,41,156); }

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