Html Css Color HEX #D5318B Deep Cerise

📋 copy color: '#D5318B'

red 213 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #D5318B

Tints of Deep Cerise #D5318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 53.12%
G = 12.22%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5318B (or 0xD5318B) is known color: Deep Cerise. HEX triplet: D5, 31 and 8B. RGB value is (213,49,139). Sum of RGB (Red+Green+Blue) = 213+49+139=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5318B is #2ACE74. Grayscale: #6C6C6C. Windows color (decimal): -2805365 or 9122261. OLE color: 9122261.

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

Color convert

RGB 213 49 139 -
CMYK 0 0.77 0.35 0.16
HSL 327.07º 0.66% 0.51% -
HSV(B) 327.07º 0.77% 0.84% -
XYZ 33.2 18.21 26.19 -
YUV 108.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 213 49 139 0 0.77 0.35 0.16 327.07 0.66 0.51
Hex D5 31 8B 0 4D 23 10 147 42 33
Octal 325 61 213 0 115 43 20 507 102 63
Binary 11010101 110001 10001011 0 1001101 100011 10000 101000111 1000010 110011

Color Harmonies of #D5318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5318B

Black with #D5318B

Text Example


Text Example

White with #D5318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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