Html Css Color HEX #D6316F Cerise

📋 copy color: '#D6316F'

red 214 ◦ green 49 ◦ blue 111

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

Shades of Cerise #D6316F

Tints of Cerise #D6316F

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

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

R = 57.22%
G = 13.1%
B = 29.68%

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

#D6316F (or 0xD6316F) is known color: Cerise. HEX triplet: D6, 31 and 6F. RGB value is (214,49,111). Sum of RGB (Red+Green+Blue) = 214+49+111=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6316F is #29CE90. Grayscale: #696969. Windows color (decimal): -2739857 or 7287254. OLE color: 7287254.

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

Color convert

RGB 214 49 111 -
CMYK 0 0.77 0.48 0.16
HSL 337.45º 0.67% 0.52% -
HSV(B) 337.45º 0.77% 0.84% -
XYZ 31.7 17.64 16.77 -
YUV 105.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 214 49 111 0 0.77 0.48 0.16 337.45 0.67 0.52
Hex D6 31 6F 0 4D 30 10 151 43 34
Octal 326 61 157 0 115 60 20 521 103 64
Binary 11010110 110001 1101111 0 1001101 110000 10000 101010001 1000011 110100

Color Harmonies of #D6316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6316F

Black with #D6316F

Text Example


Text Example

White with #D6316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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