Html Css Color HEX #DD317D Deep Cerise

📋 copy color: '#DD317D'

red 221 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #DD317D

Tints of Deep Cerise #DD317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 55.95%
G = 12.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD317D (or 0xDD317D) is known color: Deep Cerise. HEX triplet: DD, 31 and 7D. RGB value is (221,49,125). Sum of RGB (Red+Green+Blue) = 221+49+125=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD317D is #22CE82. Grayscale: #6C6C6C. Windows color (decimal): -2281091 or 8204765. OLE color: 8204765.

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

Color convert

RGB 221 49 125 -
CMYK 0 0.78 0.43 0.13
HSL 333.49º 0.72% 0.53% -
HSV(B) 333.49º 0.78% 0.87% -
XYZ 34.62 19.05 21.25 -
YUV 109.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 221 49 125 0 0.78 0.43 0.13 333.49 0.72 0.53
Hex DD 31 7D 0 4E 2B D 14D 48 35
Octal 335 61 175 0 116 53 15 515 110 65
Binary 11011101 110001 1111101 0 1001110 101011 1101 101001101 1001000 110101

Color Harmonies of #DD317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD317D

Black with #DD317D

Text Example


Text Example

White with #DD317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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