Html Css Color HEX #D5315C Cerise

📋 copy color: '#D5315C'

red 213 ◦ green 49 ◦ blue 92

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

Shades of Cerise #D5315C

Tints of Cerise #D5315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 60.17%
G = 13.84%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5315C (or 0xD5315C) is known color: Cerise. HEX triplet: D5, 31 and 5C. RGB value is (213,49,92). Sum of RGB (Red+Green+Blue) = 213+49+92=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5315C is #2ACEA3. Grayscale: #666666. Windows color (decimal): -2805412 or 6042069. OLE color: 6042069.

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

Color convert

RGB 213 49 92 -
CMYK 0 0.77 0.57 0.16
HSL 344.27º 0.66% 0.51% -
HSV(B) 344.27º 0.77% 0.84% -
XYZ 30.47 17.12 11.82 -
YUV 102.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 213 49 92 0 0.77 0.57 0.16 344.27 0.66 0.51
Hex D5 31 5C 0 4D 39 10 158 42 33
Octal 325 61 134 0 115 71 20 530 102 63
Binary 11010101 110001 1011100 0 1001101 111001 10000 101011000 1000010 110011

Color Harmonies of #D5315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5315C

Black with #D5315C

Text Example


Text Example

White with #D5315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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