Html Css Color HEX #D5317C Deep Cerise

📋 copy color: '#D5317C'

red 213 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #D5317C

Tints of Deep Cerise #D5317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 55.18%
G = 12.69%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5317C (or 0xD5317C) is known color: Deep Cerise. HEX triplet: D5, 31 and 7C. RGB value is (213,49,124). Sum of RGB (Red+Green+Blue) = 213+49+124=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5317C is #2ACE83. Grayscale: #6A6A6A. Windows color (decimal): -2805380 or 8139221. OLE color: 8139221.

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

Color convert

RGB 213 49 124 -
CMYK 0 0.77 0.42 0.16
HSL 332.56º 0.66% 0.51% -
HSV(B) 332.56º 0.77% 0.84% -
XYZ 32.18 17.8 20.81 -
YUV 106.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 213 49 124 0 0.77 0.42 0.16 332.56 0.66 0.51
Hex D5 31 7C 0 4D 2A 10 14D 42 33
Octal 325 61 174 0 115 52 20 515 102 63
Binary 11010101 110001 1111100 0 1001101 101010 10000 101001101 1000010 110011

Color Harmonies of #D5317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5317C

Black with #D5317C

Text Example


Text Example

White with #D5317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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