Html Css Color HEX #D5315D Cerise

📋 copy color: '#D5315D'

red 213 ◦ green 49 ◦ blue 93

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

Shades of Cerise #D5315D

Tints of Cerise #D5315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 60%
G = 13.8%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5315D (or 0xD5315D) is known color: Cerise. HEX triplet: D5, 31 and 5D. RGB value is (213,49,93). Sum of RGB (Red+Green+Blue) = 213+49+93=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5315D is #2ACEA2. Grayscale: #676767. Windows color (decimal): -2805411 or 6107605. OLE color: 6107605.

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

Color convert

RGB 213 49 93 -
CMYK 0 0.77 0.56 0.16
HSL 343.9º 0.66% 0.51% -
HSV(B) 343.9º 0.77% 0.84% -
XYZ 30.51 17.13 12.05 -
YUV 103.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 213 49 93 0 0.77 0.56 0.16 343.9 0.66 0.51
Hex D5 31 5D 0 4D 38 10 158 42 33
Octal 325 61 135 0 115 70 20 530 102 63
Binary 11010101 110001 1011101 0 1001101 111000 10000 101011000 1000010 110011

Color Harmonies of #D5315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5315D

Black with #D5315D

Text Example


Text Example

White with #D5315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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