Html Css Color HEX #DD319D Deep Cerise

📋 copy color: '#DD319D'

red 221 ◦ green 49 ◦ blue 157

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

Shades of Deep Cerise #DD319D

Tints of Deep Cerise #DD319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 51.76%
G = 11.48%
B = 36.77%

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

#DD319D (or 0xDD319D) is known color: Deep Cerise. HEX triplet: DD, 31 and 9D. RGB value is (221,49,157). Sum of RGB (Red+Green+Blue) = 221+49+157=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD319D is #22CE62. Grayscale: #707070. Windows color (decimal): -2281059 or 10301917. OLE color: 10301917.

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

Color convert

RGB 221 49 157 -
CMYK 0 0.78 0.29 0.13
HSL 322.33º 0.72% 0.53% -
HSV(B) 322.33º 0.78% 0.87% -
XYZ 37 20 33.81 -
YUV 112.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 221 49 157 0 0.78 0.29 0.13 322.33 0.72 0.53
Hex DD 31 9D 0 4E 1D D 142 48 35
Octal 335 61 235 0 116 35 15 502 110 65
Binary 11011101 110001 10011101 0 1001110 11101 1101 101000010 1001000 110101

Color Harmonies of #DD319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD319D

Black with #DD319D

Text Example


Text Example

White with #DD319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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