Html Css Color HEX #D4006D Ruby

📋 copy color: '#D4006D'

red 212 ◦ green 0 ◦ blue 109

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

Shades of Ruby #D4006D

Tints of Ruby #D4006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.04%
G = 0%
B = 33.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4006D (or 0xD4006D) is known color: Ruby. HEX triplet: D4, 00 and 6D. RGB value is (212,0,109). Sum of RGB (Red+Green+Blue) = 212+0+109=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4006D is #2BFF92. Grayscale: #4B4B4B. Windows color (decimal): -2883475 or 7143636. OLE color: 7143636.

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

Color convert

RGB 212 0 109 -
CMYK 0 1 0.49 0.17
HSL 329.15º 1% 0.42% -
HSV(B) 329.15º 1% 0.83% -
XYZ 29.91 15.1 15.81 -
YUV 75.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 212 0 109 0 1 0.49 0.17 329.15 1 0.42
Hex D4 0 6D 0 64 31 11 149 64 2A
Octal 324 0 155 0 144 61 21 511 144 52
Binary 11010100 0 1101101 0 1100100 110001 10001 101001001 1100100 101010

Color Harmonies of #D4006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4006D

Black with #D4006D

Text Example


Text Example

White with #D4006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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