Html Css Color HEX #D9016F Ruby

📋 copy color: '#D9016F'

red 217 ◦ green 1 ◦ blue 111

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

Shades of Ruby #D9016F

Tints of Ruby #D9016F

RGB

 RED value IS 217 (85.16% from 255) = 65.96%

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

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

R = 65.96%
G = 0.3%
B = 33.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9016F (or 0xD9016F) is known color: Ruby. HEX triplet: D9, 01 and 6F. RGB value is (217,1,111). Sum of RGB (Red+Green+Blue) = 217+1+111=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9016F is #26FE90. Grayscale: #4D4D4D. Windows color (decimal): -2555537 or 7274969. OLE color: 7274969.

HSL color Cylindrical-coordinate representation of color #D9016F: hue angle of 329.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9016F is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 111 -
CMYK 0 1.00 0.49 0.15
HSL 329.44º 0.99% 0.43% -
HSV(B) 329.44º 1% 0.85% -
XYZ 31.5 15.92 16.45 -
YUV 78.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 217 1 111 0 1.00 0.49 0.15 329.44 0.99 0.43
Hex D9 1 6F 0 64 31 F 149 63 2B
Octal 331 1 157 0 144 61 17 511 143 53
Binary 11011001 1 1101111 0 1100100 110001 1111 101001001 1100011 101011

Color Harmonies of #D9016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9016F

Black with #D9016F

Text Example


Text Example

White with #D9016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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