Html Css Color HEX #D6316C Cerise

📋 copy color: '#D6316C'

red 214 ◦ green 49 ◦ blue 108

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

Shades of Cerise #D6316C

Tints of Cerise #D6316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 57.68%
G = 13.21%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6316C (or 0xD6316C) is known color: Cerise. HEX triplet: D6, 31 and 6C. RGB value is (214,49,108). Sum of RGB (Red+Green+Blue) = 214+49+108=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6316C is #29CE93. Grayscale: #686868. Windows color (decimal): -2739860 or 7090646. OLE color: 7090646.

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

Color convert

RGB 214 49 108 -
CMYK 0 0.77 0.50 0.16
HSL 338.55º 0.67% 0.52% -
HSV(B) 338.55º 0.77% 0.84% -
XYZ 31.54 17.58 15.92 -
YUV 105.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 214 49 108 0 0.77 0.50 0.16 338.55 0.67 0.52
Hex D6 31 6C 0 4D 32 10 153 43 34
Octal 326 61 154 0 115 62 20 523 103 64
Binary 11010110 110001 1101100 0 1001101 110010 10000 101010011 1000011 110100

Color Harmonies of #D6316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6316C

Black with #D6316C

Text Example


Text Example

White with #D6316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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