Html Css Color HEX #D3016E Ruby

📋 copy color: '#D3016E'

red 211 ◦ green 1 ◦ blue 110

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

Shades of Ruby #D3016E

Tints of Ruby #D3016E

RGB

 RED value IS 211 (82.81% from 255) = 65.53%

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 65.53%
G = 0.31%
B = 34.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3016E (or 0xD3016E) is known color: Ruby. HEX triplet: D3, 01 and 6E. RGB value is (211,1,110). Sum of RGB (Red+Green+Blue) = 211+1+110=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3016E is #2CFE91. Grayscale: #4B4B4B. Windows color (decimal): -2948754 or 7209427. OLE color: 7209427.

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

Color convert

RGB 211 1 110 -
CMYK 0 1.00 0.48 0.17
HSL 328.86º 0.99% 0.42% -
HSV(B) 328.86º 1% 0.83% -
XYZ 29.69 15 16.08 -
YUV 76.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 211 1 110 0 1.00 0.48 0.17 328.86 0.99 0.42
Hex D3 1 6E 0 64 30 11 149 63 2A
Octal 323 1 156 0 144 60 21 511 143 52
Binary 11010011 1 1101110 0 1100100 110000 10001 101001001 1100011 101010

Color Harmonies of #D3016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3016E

Black with #D3016E

Text Example


Text Example

White with #D3016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3016E; }

 p { color: rgb(211,1,110); }

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

background-color css

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

 a { background-color: rgb(211,1,110); }

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

border-color css

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

 span { border-color: rgb(211,1,110); }

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