Html Css Color HEX #D9316D Cerise

📋 copy color: '#D9316D'

red 217 ◦ green 49 ◦ blue 109

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

Shades of Cerise #D9316D

Tints of Cerise #D9316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 57.87%
G = 13.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9316D (or 0xD9316D) is known color: Cerise. HEX triplet: D9, 31 and 6D. RGB value is (217,49,109). Sum of RGB (Red+Green+Blue) = 217+49+109=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9316D is #26CE92. Grayscale: #696969. Windows color (decimal): -2543251 or 7156185. OLE color: 7156185.

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

Color convert

RGB 217 49 109 -
CMYK 0 0.77 0.50 0.15
HSL 338.57º 0.69% 0.52% -
HSV(B) 338.57º 0.77% 0.85% -
XYZ 32.47 18.05 16.24 -
YUV 106.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 217 49 109 0 0.77 0.50 0.15 338.57 0.69 0.52
Hex D9 31 6D 0 4D 32 F 153 45 34
Octal 331 61 155 0 115 62 17 523 105 64
Binary 11011001 110001 1101101 0 1001101 110010 1111 101010011 1000101 110100

Color Harmonies of #D9316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9316D

Black with #D9316D

Text Example


Text Example

White with #D9316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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