Html Css Color HEX #D2016F Ruby

📋 copy color: '#D2016F'

red 210 ◦ green 1 ◦ blue 111

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

Shades of Ruby #D2016F

Tints of Ruby #D2016F

RGB

 RED value IS 210 (82.42% from 255) = 65.22%

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

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

R = 65.22%
G = 0.31%
B = 34.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2016F (or 0xD2016F) is known color: Ruby. HEX triplet: D2, 01 and 6F. RGB value is (210,1,111). Sum of RGB (Red+Green+Blue) = 210+1+111=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2016F is #2DFE90. Grayscale: #4B4B4B. Windows color (decimal): -3014289 or 7274962. OLE color: 7274962.

HSL color Cylindrical-coordinate representation of color #D2016F: hue angle of 328.42º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2016F is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 111 -
CMYK 0 1.00 0.47 0.18
HSL 328.42º 0.99% 0.41% -
HSV(B) 328.42º 1% 0.82% -
XYZ 29.46 14.87 16.36 -
YUV 76.03 147.74 223.56 -
System Red Green Blue C M Y K H S L
Decimal 210 1 111 0 1.00 0.47 0.18 328.42 0.99 0.41
Hex D2 1 6F 0 64 2F 12 148 63 29
Octal 322 1 157 0 144 57 22 510 143 51
Binary 11010010 1 1101111 0 1100100 101111 10010 101001000 1100011 101001

Color Harmonies of #D2016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2016F

Black with #D2016F

Text Example


Text Example

White with #D2016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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