Html Css Color HEX #DD319F Deep Cerise

📋 copy color: '#DD319F'

red 221 ◦ green 49 ◦ blue 159

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

Shades of Deep Cerise #DD319F

Tints of Deep Cerise #DD319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.42%

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

R = 51.52%
G = 11.42%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD319F (or 0xDD319F) is known color: Deep Cerise. HEX triplet: DD, 31 and 9F. RGB value is (221,49,159). Sum of RGB (Red+Green+Blue) = 221+49+159=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD319F is #22CE60. Grayscale: #707070. Windows color (decimal): -2281057 or 10432989. OLE color: 10432989.

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

Color convert

RGB 221 49 159 -
CMYK 0 0.78 0.28 0.13
HSL 321.63º 0.72% 0.53% -
HSV(B) 321.63º 0.78% 0.87% -
XYZ 37.18 20.07 34.72 -
YUV 112.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 221 49 159 0 0.78 0.28 0.13 321.63 0.72 0.53
Hex DD 31 9F 0 4E 1C D 142 48 35
Octal 335 61 237 0 116 34 15 502 110 65
Binary 11011101 110001 10011111 0 1001110 11100 1101 101000010 1001000 110101

Color Harmonies of #DD319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD319F

Black with #DD319F

Text Example


Text Example

White with #DD319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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