Html Css Color HEX #D6016F Ruby

📋 copy color: '#D6016F'

red 214 ◦ green 1 ◦ blue 111

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

Shades of Ruby #D6016F

Tints of Ruby #D6016F

RGB

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

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

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

R = 65.64%
G = 0.31%
B = 34.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6016F (or 0xD6016F) is known color: Ruby. HEX triplet: D6, 01 and 6F. RGB value is (214,1,111). Sum of RGB (Red+Green+Blue) = 214+1+111=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6016F is #29FE90. Grayscale: #4D4D4D. Windows color (decimal): -2752145 or 7274966. OLE color: 7274966.

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

Color convert

RGB 214 1 111 -
CMYK 0 1.00 0.48 0.16
HSL 329.01º 0.99% 0.42% -
HSV(B) 329.01º 1% 0.84% -
XYZ 30.61 15.47 16.41 -
YUV 77.23 147.07 225.56 -
System Red Green Blue C M Y K H S L
Decimal 214 1 111 0 1.00 0.48 0.16 329.01 0.99 0.42
Hex D6 1 6F 0 64 30 10 149 63 2A
Octal 326 1 157 0 144 60 20 511 143 52
Binary 11010110 1 1101111 0 1100100 110000 10000 101001001 1100011 101010

Color Harmonies of #D6016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6016F

Black with #D6016F

Text Example


Text Example

White with #D6016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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