Html Css Color HEX #D5318F Deep Cerise

📋 copy color: '#D5318F'

red 213 ◦ green 49 ◦ blue 143

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

Shades of Deep Cerise #D5318F

Tints of Deep Cerise #D5318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 52.59%
G = 12.1%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5318F (or 0xD5318F) is known color: Deep Cerise. HEX triplet: D5, 31 and 8F. RGB value is (213,49,143). Sum of RGB (Red+Green+Blue) = 213+49+143=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5318F is #2ACE70. Grayscale: #6C6C6C. Windows color (decimal): -2805361 or 9384405. OLE color: 9384405.

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

Color convert

RGB 213 49 143 -
CMYK 0 0.77 0.33 0.16
HSL 325.61º 0.66% 0.51% -
HSV(B) 325.61º 0.77% 0.84% -
XYZ 33.5 18.33 27.76 -
YUV 108.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 213 49 143 0 0.77 0.33 0.16 325.61 0.66 0.51
Hex D5 31 8F 0 4D 21 10 146 42 33
Octal 325 61 217 0 115 41 20 506 102 63
Binary 11010101 110001 10001111 0 1001101 100001 10000 101000110 1000010 110011

Color Harmonies of #D5318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5318F

Black with #D5318F

Text Example


Text Example

White with #D5318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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