Html Css Color HEX #DD317E Deep Cerise

📋 copy color: '#DD317E'

red 221 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #DD317E

Tints of Deep Cerise #DD317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 55.81%
G = 12.37%
B = 31.82%

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

#DD317E (or 0xDD317E) is known color: Deep Cerise. HEX triplet: DD, 31 and 7E. RGB value is (221,49,126). Sum of RGB (Red+Green+Blue) = 221+49+126=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD317E is #22CE81. Grayscale: #6D6D6D. Windows color (decimal): -2281090 or 8270301. OLE color: 8270301.

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

Color convert

RGB 221 49 126 -
CMYK 0 0.78 0.43 0.13
HSL 333.14º 0.72% 0.53% -
HSV(B) 333.14º 0.78% 0.87% -
XYZ 34.68 19.08 21.59 -
YUV 109.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 221 49 126 0 0.78 0.43 0.13 333.14 0.72 0.53
Hex DD 31 7E 0 4E 2B D 14D 48 35
Octal 335 61 176 0 116 53 15 515 110 65
Binary 11011101 110001 1111110 0 1001110 101011 1101 101001101 1001000 110101

Color Harmonies of #DD317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD317E

Black with #DD317E

Text Example


Text Example

White with #DD317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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