Html Css Color HEX #D5319C Deep Cerise

📋 copy color: '#D5319C'

red 213 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #D5319C

Tints of Deep Cerise #D5319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 50.96%
G = 11.72%
B = 37.32%

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

#D5319C (or 0xD5319C) is known color: Deep Cerise. HEX triplet: D5, 31 and 9C. RGB value is (213,49,156). Sum of RGB (Red+Green+Blue) = 213+49+156=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5319C is #2ACE63. Grayscale: #6D6D6D. Windows color (decimal): -2805348 or 10236373. OLE color: 10236373.

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

Color convert

RGB 213 49 156 -
CMYK 0 0.77 0.27 0.16
HSL 320.85º 0.66% 0.51% -
HSV(B) 320.85º 0.77% 0.84% -
XYZ 34.54 18.74 33.25 -
YUV 110.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 213 49 156 0 0.77 0.27 0.16 320.85 0.66 0.51
Hex D5 31 9C 0 4D 1B 10 141 42 33
Octal 325 61 234 0 115 33 20 501 102 63
Binary 11010101 110001 10011100 0 1001101 11011 10000 101000001 1000010 110011

Color Harmonies of #D5319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5319C

Black with #D5319C

Text Example


Text Example

White with #D5319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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