Html Css Color HEX #D5319A Deep Cerise

📋 copy color: '#D5319A'

red 213 ◦ green 49 ◦ blue 154

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

Shades of Deep Cerise #D5319A

Tints of Deep Cerise #D5319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 51.2%
G = 11.78%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5319A (or 0xD5319A) is known color: Deep Cerise. HEX triplet: D5, 31 and 9A. RGB value is (213,49,154). Sum of RGB (Red+Green+Blue) = 213+49+154=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5319A is #2ACE65. Grayscale: #6D6D6D. Windows color (decimal): -2805350 or 10105301. OLE color: 10105301.

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

Color convert

RGB 213 49 154 -
CMYK 0 0.77 0.28 0.16
HSL 321.59º 0.66% 0.51% -
HSV(B) 321.59º 0.77% 0.84% -
XYZ 34.37 18.68 32.37 -
YUV 110.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 213 49 154 0 0.77 0.28 0.16 321.59 0.66 0.51
Hex D5 31 9A 0 4D 1C 10 142 42 33
Octal 325 61 232 0 115 34 20 502 102 63
Binary 11010101 110001 10011010 0 1001101 11100 10000 101000010 1000010 110011

Color Harmonies of #D5319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5319A

Black with #D5319A

Text Example


Text Example

White with #D5319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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