Html Css Color HEX #D9315C Cerise

📋 copy color: '#D9315C'

red 217 ◦ green 49 ◦ blue 92

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

Shades of Cerise #D9315C

Tints of Cerise #D9315C

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

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

R = 60.61%
G = 13.69%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9315C (or 0xD9315C) is known color: Cerise. HEX triplet: D9, 31 and 5C. RGB value is (217,49,92). Sum of RGB (Red+Green+Blue) = 217+49+92=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9315C is #26CEA3. Grayscale: #686868. Windows color (decimal): -2543268 or 6042073. OLE color: 6042073.

HSL color Cylindrical-coordinate representation of color #D9315C: hue angle of 344.64º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9315C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 92 -
CMYK 0 0.77 0.58 0.15
HSL 344.64º 0.69% 0.52% -
HSV(B) 344.64º 0.77% 0.85% -
XYZ 31.65 17.72 11.88 -
YUV 104.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 217 49 92 0 0.77 0.58 0.15 344.64 0.69 0.52
Hex D9 31 5C 0 4D 3A F 159 45 34
Octal 331 61 134 0 115 72 17 531 105 64
Binary 11011001 110001 1011100 0 1001101 111010 1111 101011001 1000101 110100

Color Harmonies of #D9315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9315C

Black with #D9315C

Text Example


Text Example

White with #D9315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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