Html Css Color HEX #D9315B Cerise

📋 copy color: '#D9315B'

red 217 ◦ green 49 ◦ blue 91

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

Shades of Cerise #D9315B

Tints of Cerise #D9315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 60.78%
G = 13.73%
B = 25.49%

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

#D9315B (or 0xD9315B) is known color: Cerise. HEX triplet: D9, 31 and 5B. RGB value is (217,49,91). Sum of RGB (Red+Green+Blue) = 217+49+91=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9315B is #26CEA4. Grayscale: #686868. Windows color (decimal): -2543269 or 5976537. OLE color: 5976537.

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

Color convert

RGB 217 49 91 -
CMYK 0 0.77 0.58 0.15
HSL 345º 0.69% 0.52% -
HSV(B) 345º 0.77% 0.85% -
XYZ 31.6 17.7 11.65 -
YUV 104.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 217 49 91 0 0.77 0.58 0.15 345 0.69 0.52
Hex D9 31 5B 0 4D 3A F 159 45 34
Octal 331 61 133 0 115 72 17 531 105 64
Binary 11011001 110001 1011011 0 1001101 111010 1111 101011001 1000101 110100

Color Harmonies of #D9315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9315B

Black with #D9315B

Text Example


Text Example

White with #D9315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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