Html Css Color HEX #D5319D Deep Cerise

📋 copy color: '#D5319D'

red 213 ◦ green 49 ◦ blue 157

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

Shades of Deep Cerise #D5319D

Tints of Deep Cerise #D5319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 50.84%
G = 11.69%
B = 37.47%

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

#D5319D (or 0xD5319D) is known color: Deep Cerise. HEX triplet: D5, 31 and 9D. RGB value is (213,49,157). Sum of RGB (Red+Green+Blue) = 213+49+157=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5319D is #2ACE62. Grayscale: #6E6E6E. Windows color (decimal): -2805347 or 10301909. OLE color: 10301909.

HSL color Cylindrical-coordinate representation of color #D5319D: hue angle of 320.49º 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 #D5319D is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 157 -
CMYK 0 0.77 0.26 0.16
HSL 320.49º 0.66% 0.51% -
HSV(B) 320.49º 0.77% 0.84% -
XYZ 34.62 18.78 33.7 -
YUV 110.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 213 49 157 0 0.77 0.26 0.16 320.49 0.66 0.51
Hex D5 31 9D 0 4D 1A 10 140 42 33
Octal 325 61 235 0 115 32 20 500 102 63
Binary 11010101 110001 10011101 0 1001101 11010 10000 101000000 1000010 110011

Color Harmonies of #D5319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5319D

Black with #D5319D

Text Example


Text Example

White with #D5319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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