Html Css Color HEX #D2016C Ruby

📋 copy color: '#D2016C'

red 210 ◦ green 1 ◦ blue 108

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

Shades of Ruby #D2016C

Tints of Ruby #D2016C

RGB

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

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

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

R = 65.83%
G = 0.31%
B = 33.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2016C (or 0xD2016C) is known color: Ruby. HEX triplet: D2, 01 and 6C. RGB value is (210,1,108). Sum of RGB (Red+Green+Blue) = 210+1+108=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2016C is #2DFE93. Grayscale: #4B4B4B. Windows color (decimal): -3014292 or 7078354. OLE color: 7078354.

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

Color convert

RGB 210 1 108 -
CMYK 0 1.00 0.49 0.18
HSL 329.28º 0.99% 0.41% -
HSV(B) 329.28º 1% 0.82% -
XYZ 29.3 14.81 15.5 -
YUV 75.69 146.24 223.8 -
System Red Green Blue C M Y K H S L
Decimal 210 1 108 0 1.00 0.49 0.18 329.28 0.99 0.41
Hex D2 1 6C 0 64 31 12 149 63 29
Octal 322 1 154 0 144 61 22 511 143 51
Binary 11010010 1 1101100 0 1100100 110001 10010 101001001 1100011 101001

Color Harmonies of #D2016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2016C

Black with #D2016C

Text Example


Text Example

White with #D2016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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