Html Css Color HEX #DD299B Deep Cerise

📋 copy color: '#DD299B'

red 221 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #DD299B

Tints of Deep Cerise #DD299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 53%
G = 9.83%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD299B (or 0xDD299B) is known color: Deep Cerise. HEX triplet: DD, 29 and 9B. RGB value is (221,41,155). Sum of RGB (Red+Green+Blue) = 221+41+155=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD299B is #22D664. Grayscale: #6B6B6B. Windows color (decimal): -2283109 or 10168797. OLE color: 10168797.

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

Color convert

RGB 221 41 155 -
CMYK 0 0.81 0.30 0.13
HSL 322º 0.73% 0.51% -
HSV(B) 322º 0.81% 0.87% -
XYZ 36.53 19.32 32.82 -
YUV 107.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 221 41 155 0 0.81 0.30 0.13 322 0.73 0.51
Hex DD 29 9B 0 51 1E D 142 49 33
Octal 335 51 233 0 121 36 15 502 111 63
Binary 11011101 101001 10011011 0 1010001 11110 1101 101000010 1001001 110011

Color Harmonies of #DD299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD299B

Black with #DD299B

Text Example


Text Example

White with #DD299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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