Html Css Color HEX #D5319B Deep Cerise

📋 copy color: '#D5319B'

red 213 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #D5319B

Tints of Deep Cerise #D5319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 51.08%
G = 11.75%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5319B (or 0xD5319B) is known color: Deep Cerise. HEX triplet: D5, 31 and 9B. RGB value is (213,49,155). Sum of RGB (Red+Green+Blue) = 213+49+155=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5319B is #2ACE64. Grayscale: #6D6D6D. Windows color (decimal): -2805349 or 10170837. OLE color: 10170837.

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

Color convert

RGB 213 49 155 -
CMYK 0 0.77 0.27 0.16
HSL 321.22º 0.66% 0.51% -
HSV(B) 321.22º 0.77% 0.84% -
XYZ 34.46 18.71 32.81 -
YUV 110.12 153.33 201.38 -
System Red Green Blue C M Y K H S L
Decimal 213 49 155 0 0.77 0.27 0.16 321.22 0.66 0.51
Hex D5 31 9B 0 4D 1B 10 141 42 33
Octal 325 61 233 0 115 33 20 501 102 63
Binary 11010101 110001 10011011 0 1001101 11011 10000 101000001 1000010 110011

Color Harmonies of #D5319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5319B

Black with #D5319B

Text Example


Text Example

White with #D5319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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