Html Css Color HEX #D5317D Deep Cerise

📋 copy color: '#D5317D'

red 213 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #D5317D

Tints of Deep Cerise #D5317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 55.04%
G = 12.66%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5317D (or 0xD5317D) is known color: Deep Cerise. HEX triplet: D5, 31 and 7D. RGB value is (213,49,125). Sum of RGB (Red+Green+Blue) = 213+49+125=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5317D is #2ACE82. Grayscale: #6A6A6A. Windows color (decimal): -2805379 or 8204757. OLE color: 8204757.

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

Color convert

RGB 213 49 125 -
CMYK 0 0.77 0.41 0.16
HSL 332.2º 0.66% 0.51% -
HSV(B) 332.2º 0.77% 0.84% -
XYZ 32.24 17.82 21.14 -
YUV 106.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 213 49 125 0 0.77 0.41 0.16 332.2 0.66 0.51
Hex D5 31 7D 0 4D 29 10 14C 42 33
Octal 325 61 175 0 115 51 20 514 102 63
Binary 11010101 110001 1111101 0 1001101 101001 10000 101001100 1000010 110011

Color Harmonies of #D5317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5317D

Black with #D5317D

Text Example


Text Example

White with #D5317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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