Html Css Color HEX #D5318D Deep Cerise

📋 copy color: '#D5318D'

red 213 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #D5318D

Tints of Deep Cerise #D5318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 52.85%
G = 12.16%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5318D (or 0xD5318D) is known color: Deep Cerise. HEX triplet: D5, 31 and 8D. RGB value is (213,49,141). Sum of RGB (Red+Green+Blue) = 213+49+141=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5318D is #2ACE72. Grayscale: #6C6C6C. Windows color (decimal): -2805363 or 9253333. OLE color: 9253333.

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

Color convert

RGB 213 49 141 -
CMYK 0 0.77 0.34 0.16
HSL 326.34º 0.66% 0.51% -
HSV(B) 326.34º 0.77% 0.84% -
XYZ 33.35 18.27 26.97 -
YUV 108.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 213 49 141 0 0.77 0.34 0.16 326.34 0.66 0.51
Hex D5 31 8D 0 4D 22 10 146 42 33
Octal 325 61 215 0 115 42 20 506 102 63
Binary 11010101 110001 10001101 0 1001101 100010 10000 101000110 1000010 110011

Color Harmonies of #D5318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5318D

Black with #D5318D

Text Example


Text Example

White with #D5318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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