Html Css Color HEX #D5315A Cerise

📋 copy color: '#D5315A'

red 213 ◦ green 49 ◦ blue 90

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

Shades of Cerise #D5315A

Tints of Cerise #D5315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 60.51%
G = 13.92%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5315A (or 0xD5315A) is known color: Cerise. HEX triplet: D5, 31 and 5A. RGB value is (213,49,90). Sum of RGB (Red+Green+Blue) = 213+49+90=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5315A is #2ACEA5. Grayscale: #666666. Windows color (decimal): -2805414 or 5910997. OLE color: 5910997.

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

Color convert

RGB 213 49 90 -
CMYK 0 0.77 0.58 0.16
HSL 345º 0.66% 0.51% -
HSV(B) 345º 0.77% 0.84% -
XYZ 30.38 17.08 11.37 -
YUV 102.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 213 49 90 0 0.77 0.58 0.16 345 0.66 0.51
Hex D5 31 5A 0 4D 3A 10 159 42 33
Octal 325 61 132 0 115 72 20 531 102 63
Binary 11010101 110001 1011010 0 1001101 111010 10000 101011001 1000010 110011

Color Harmonies of #D5315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5315A

Black with #D5315A

Text Example


Text Example

White with #D5315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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