Html Css Color HEX #D7316F Cerise

📋 copy color: '#D7316F'

red 215 ◦ green 49 ◦ blue 111

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

Shades of Cerise #D7316F

Tints of Cerise #D7316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 57.33%
G = 13.07%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7316F (or 0xD7316F) is known color: Cerise. HEX triplet: D7, 31 and 6F. RGB value is (215,49,111). Sum of RGB (Red+Green+Blue) = 215+49+111=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7316F is #28CE90. Grayscale: #696969. Windows color (decimal): -2674321 or 7287255. OLE color: 7287255.

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

Color convert

RGB 215 49 111 -
CMYK 0 0.77 0.48 0.16
HSL 337.59º 0.67% 0.52% -
HSV(B) 337.59º 0.77% 0.84% -
XYZ 31.99 17.79 16.79 -
YUV 105.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 215 49 111 0 0.77 0.48 0.16 337.59 0.67 0.52
Hex D7 31 6F 0 4D 30 10 152 43 34
Octal 327 61 157 0 115 60 20 522 103 64
Binary 11010111 110001 1101111 0 1001101 110000 10000 101010010 1000011 110100

Color Harmonies of #D7316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7316F

Black with #D7316F

Text Example


Text Example

White with #D7316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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