Html Css Color HEX #DD319E Deep Cerise

📋 copy color: '#DD319E'

red 221 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #DD319E

Tints of Deep Cerise #DD319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 51.64%
G = 11.45%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD319E (or 0xDD319E) is known color: Deep Cerise. HEX triplet: DD, 31 and 9E. RGB value is (221,49,158). Sum of RGB (Red+Green+Blue) = 221+49+158=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD319E is #22CE61. Grayscale: #707070. Windows color (decimal): -2281058 or 10367453. OLE color: 10367453.

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

Color convert

RGB 221 49 158 -
CMYK 0 0.78 0.29 0.13
HSL 321.98º 0.72% 0.53% -
HSV(B) 321.98º 0.78% 0.87% -
XYZ 37.09 20.04 34.26 -
YUV 112.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 221 49 158 0 0.78 0.29 0.13 321.98 0.72 0.53
Hex DD 31 9E 0 4E 1D D 142 48 35
Octal 335 61 236 0 116 35 15 502 110 65
Binary 11011101 110001 10011110 0 1001110 11101 1101 101000010 1001000 110101

Color Harmonies of #DD319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD319E

Black with #DD319E

Text Example


Text Example

White with #DD319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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