Html Css Color HEX #D4016D Ruby

📋 copy color: '#D4016D'

red 212 ◦ green 1 ◦ blue 109

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

Shades of Ruby #D4016D

Tints of Ruby #D4016D

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 65.84%
G = 0.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4016D (or 0xD4016D) is known color: Ruby. HEX triplet: D4, 01 and 6D. RGB value is (212,1,109). Sum of RGB (Red+Green+Blue) = 212+1+109=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4016D is #2BFE92. Grayscale: #4C4C4C. Windows color (decimal): -2883219 or 7143892. OLE color: 7143892.

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

Color convert

RGB 212 1 109 -
CMYK 0 1.00 0.49 0.17
HSL 329.29º 0.99% 0.42% -
HSV(B) 329.29º 1% 0.83% -
XYZ 29.92 15.12 15.81 -
YUV 76.4 146.4 224.72 -
System Red Green Blue C M Y K H S L
Decimal 212 1 109 0 1.00 0.49 0.17 329.29 0.99 0.42
Hex D4 1 6D 0 64 31 11 149 63 2A
Octal 324 1 155 0 144 61 21 511 143 52
Binary 11010100 1 1101101 0 1100100 110001 10001 101001001 1100011 101010

Color Harmonies of #D4016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4016D

Black with #D4016D

Text Example


Text Example

White with #D4016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4016D; }

 p { color: rgb(212,1,109); }

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

background-color css

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

 a { background-color: rgb(212,1,109); }

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

border-color css

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

 span { border-color: rgb(212,1,109); }

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