Html Css Color HEX #D6016C Ruby

📋 copy color: '#D6016C'

red 214 ◦ green 1 ◦ blue 108

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

Shades of Ruby #D6016C

Tints of Ruby #D6016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 66.25%
G = 0.31%
B = 33.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6016C (or 0xD6016C) is known color: Ruby. HEX triplet: D6, 01 and 6C. RGB value is (214,1,108). Sum of RGB (Red+Green+Blue) = 214+1+108=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6016C is #29FE93. Grayscale: #4C4C4C. Windows color (decimal): -2752148 or 7078358. OLE color: 7078358.

HSL color Cylindrical-coordinate representation of color #D6016C: hue angle of 329.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6016C is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 108 -
CMYK 0 1.00 0.50 0.16
HSL 329.86º 0.99% 0.42% -
HSV(B) 329.86º 1% 0.84% -
XYZ 30.45 15.4 15.56 -
YUV 76.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 214 1 108 0 1.00 0.50 0.16 329.86 0.99 0.42
Hex D6 1 6C 0 64 32 10 14A 63 2A
Octal 326 1 154 0 144 62 20 512 143 52
Binary 11010110 1 1101100 0 1100100 110010 10000 101001010 1100011 101010

Color Harmonies of #D6016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6016C

Black with #D6016C

Text Example


Text Example

White with #D6016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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