Html Css Color HEX #D9315D Cerise

📋 copy color: '#D9315D'

red 217 ◦ green 49 ◦ blue 93

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

Shades of Cerise #D9315D

Tints of Cerise #D9315D

RGB

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

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

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

R = 60.45%
G = 13.65%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9315D (or 0xD9315D) is known color: Cerise. HEX triplet: D9, 31 and 5D. RGB value is (217,49,93). Sum of RGB (Red+Green+Blue) = 217+49+93=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9315D is #26CEA2. Grayscale: #686868. Windows color (decimal): -2543267 or 6107609. OLE color: 6107609.

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

Color convert

RGB 217 49 93 -
CMYK 0 0.77 0.57 0.15
HSL 344.29º 0.69% 0.52% -
HSV(B) 344.29º 0.77% 0.85% -
XYZ 31.69 17.74 12.11 -
YUV 104.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 217 49 93 0 0.77 0.57 0.15 344.29 0.69 0.52
Hex D9 31 5D 0 4D 39 F 158 45 34
Octal 331 61 135 0 115 71 17 530 105 64
Binary 11011001 110001 1011101 0 1001101 111001 1111 101011000 1000101 110100

Color Harmonies of #D9315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9315D

Black with #D9315D

Text Example


Text Example

White with #D9315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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