Html Css Color HEX #D5319E Deep Cerise

📋 copy color: '#D5319E'

red 213 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #D5319E

Tints of Deep Cerise #D5319E

RGB

 RED value IS 213 (83.59% from 255) = 50.71%

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 50.71%
G = 11.67%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5319E (or 0xD5319E) is known color: Deep Cerise. HEX triplet: D5, 31 and 9E. RGB value is (213,49,158). Sum of RGB (Red+Green+Blue) = 213+49+158=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5319E is #2ACE61. Grayscale: #6E6E6E. Windows color (decimal): -2805346 or 10367445. OLE color: 10367445.

HSL color Cylindrical-coordinate representation of color #D5319E: hue angle of 320.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5319E is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 158 -
CMYK 0 0.77 0.26 0.16
HSL 320.12º 0.66% 0.51% -
HSV(B) 320.12º 0.77% 0.84% -
XYZ 34.71 18.81 34.15 -
YUV 110.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 213 49 158 0 0.77 0.26 0.16 320.12 0.66 0.51
Hex D5 31 9E 0 4D 1A 10 140 42 33
Octal 325 61 236 0 115 32 20 500 102 63
Binary 11010101 110001 10011110 0 1001101 11010 10000 101000000 1000010 110011

Color Harmonies of #D5319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5319E

Black with #D5319E

Text Example


Text Example

White with #D5319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5319E; }

 p { color: rgb(213,49,158); }

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

background-color css

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

 a { background-color: rgb(213,49,158); }

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

border-color css

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

 span { border-color: rgb(213,49,158); }

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