Html Css Color HEX #DD2699 Deep Cerise

📋 copy color: '#DD2699'

red 221 ◦ green 38 ◦ blue 153

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

Shades of Deep Cerise #DD2699

Tints of Deep Cerise #DD2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.22%

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 53.64%
G = 9.22%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2699 (or 0xDD2699) is known color: Deep Cerise. HEX triplet: DD, 26 and 99. RGB value is (221,38,153). Sum of RGB (Red+Green+Blue) = 221+38+153=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2699 is #22D966. Grayscale: #696969. Windows color (decimal): -2283879 or 10036957. OLE color: 10036957.

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

Color convert

RGB 221 38 153 -
CMYK 0 0.83 0.31 0.13
HSL 322.3º 0.73% 0.51% -
HSV(B) 322.3º 0.83% 0.87% -
XYZ 36.26 19.06 31.9 -
YUV 105.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 221 38 153 0 0.83 0.31 0.13 322.3 0.73 0.51
Hex DD 26 99 0 53 1F D 142 49 33
Octal 335 46 231 0 123 37 15 502 111 63
Binary 11011101 100110 10011001 0 1010011 11111 1101 101000010 1001001 110011

Color Harmonies of #DD2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2699

Black with #DD2699

Text Example


Text Example

White with #DD2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2699; }

 p { color: rgb(221,38,153); }

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

background-color css

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

 a { background-color: rgb(221,38,153); }

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

border-color css

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

 span { border-color: rgb(221,38,153); }

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