Html Css Color HEX #DD249F Deep Cerise

📋 copy color: '#DD249F'

red 221 ◦ green 36 ◦ blue 159

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

Shades of Deep Cerise #DD249F

Tints of Deep Cerise #DD249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 53.13%
G = 8.65%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD249F (or 0xDD249F) is known color: Deep Cerise. HEX triplet: DD, 24 and 9F. RGB value is (221,36,159). Sum of RGB (Red+Green+Blue) = 221+36+159=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249F is #22DB60. Grayscale: #696969. Windows color (decimal): -2284385 or 10429661. OLE color: 10429661.

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

Color convert

RGB 221 36 159 -
CMYK 0 0.84 0.28 0.13
HSL 320.11º 0.73% 0.5% -
HSV(B) 320.11º 0.84% 0.87% -
XYZ 36.71 19.14 34.56 -
YUV 105.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 221 36 159 0 0.84 0.28 0.13 320.11 0.73 0.5
Hex DD 24 9F 0 54 1C D 140 49 32
Octal 335 44 237 0 124 34 15 500 111 62
Binary 11011101 100100 10011111 0 1010100 11100 1101 101000000 1001001 110010

Color Harmonies of #DD249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD249F

Black with #DD249F

Text Example


Text Example

White with #DD249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD249F; }

 p { color: rgb(221,36,159); }

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

background-color css

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

 a { background-color: rgb(221,36,159); }

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

border-color css

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

 span { border-color: rgb(221,36,159); }

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