Html Css Color HEX #D7315C Cerise

📋 copy color: '#D7315C'

red 215 ◦ green 49 ◦ blue 92

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

Shades of Cerise #D7315C

Tints of Cerise #D7315C

RGB

 RED value IS 215 (84.38% from 255) = 60.39%

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

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

R = 60.39%
G = 13.76%
B = 25.84%

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

#D7315C (or 0xD7315C) is known color: Cerise. HEX triplet: D7, 31 and 5C. RGB value is (215,49,92). Sum of RGB (Red+Green+Blue) = 215+49+92=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7315C is #28CEA3. Grayscale: #676767. Windows color (decimal): -2674340 or 6042071. OLE color: 6042071.

HSL color Cylindrical-coordinate representation of color #D7315C: hue angle of 344.46º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7315C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 92 -
CMYK 0 0.77 0.57 0.16
HSL 344.46º 0.67% 0.52% -
HSV(B) 344.46º 0.77% 0.84% -
XYZ 31.05 17.42 11.85 -
YUV 103.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 215 49 92 0 0.77 0.57 0.16 344.46 0.67 0.52
Hex D7 31 5C 0 4D 39 10 158 43 34
Octal 327 61 134 0 115 71 20 530 103 64
Binary 11010111 110001 1011100 0 1001101 111001 10000 101011000 1000011 110100

Color Harmonies of #D7315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7315C

Black with #D7315C

Text Example


Text Example

White with #D7315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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