Html Css Color HEX #DB315E Cerise

📋 copy color: '#DB315E'

red 219 ◦ green 49 ◦ blue 94

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

Shades of Cerise #DB315E

Tints of Cerise #DB315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 60.5%
G = 13.54%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB315E (or 0xDB315E) is known color: Cerise. HEX triplet: DB, 31 and 5E. RGB value is (219,49,94). Sum of RGB (Red+Green+Blue) = 219+49+94=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB315E is #24CEA1. Grayscale: #686868. Windows color (decimal): -2412194 or 6173147. OLE color: 6173147.

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

Color convert

RGB 219 49 94 -
CMYK 0 0.78 0.57 0.14
HSL 344.12º 0.7% 0.53% -
HSV(B) 344.12º 0.78% 0.86% -
XYZ 32.33 18.06 12.37 -
YUV 104.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 219 49 94 0 0.78 0.57 0.14 344.12 0.7 0.53
Hex DB 31 5E 0 4E 39 E 158 46 35
Octal 333 61 136 0 116 71 16 530 106 65
Binary 11011011 110001 1011110 0 1001110 111001 1110 101011000 1000110 110101

Color Harmonies of #DB315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB315E

Black with #DB315E

Text Example


Text Example

White with #DB315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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