Html Css Color HEX #DB317F Deep Cerise

📋 copy color: '#DB317F'

red 219 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #DB317F

Tints of Deep Cerise #DB317F

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 55.44%
G = 12.41%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB317F (or 0xDB317F) is known color: Deep Cerise. HEX triplet: DB, 31 and 7F. RGB value is (219,49,127). Sum of RGB (Red+Green+Blue) = 219+49+127=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB317F is #24CE80. Grayscale: #6C6C6C. Windows color (decimal): -2412161 or 8335835. OLE color: 8335835.

HSL color Cylindrical-coordinate representation of color #DB317F: hue angle of 332.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB317F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 127 -
CMYK 0 0.78 0.42 0.14
HSL 332.47º 0.7% 0.53% -
HSV(B) 332.47º 0.78% 0.86% -
XYZ 34.14 18.79 21.91 -
YUV 108.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 219 49 127 0 0.78 0.42 0.14 332.47 0.7 0.53
Hex DB 31 7F 0 4E 2A E 14C 46 35
Octal 333 61 177 0 116 52 16 514 106 65
Binary 11011011 110001 1111111 0 1001110 101010 1110 101001100 1000110 110101

Color Harmonies of #DB317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB317F

Black with #DB317F

Text Example


Text Example

White with #DB317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB317F; }

 p { color: rgb(219,49,127); }

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

background-color css

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

 a { background-color: rgb(219,49,127); }

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

border-color css

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

 span { border-color: rgb(219,49,127); }

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