Html Css Color HEX #D3006E Ruby

📋 copy color: '#D3006E'

red 211 ◦ green 0 ◦ blue 110

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

Shades of Ruby #D3006E

Tints of Ruby #D3006E

RGB

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

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

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

R = 65.73%
G = 0%
B = 34.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3006E (or 0xD3006E) is known color: Ruby. HEX triplet: D3, 00 and 6E. RGB value is (211,0,110). Sum of RGB (Red+Green+Blue) = 211+0+110=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3006E is #2CFF91. Grayscale: #4B4B4B. Windows color (decimal): -2949010 or 7209171. OLE color: 7209171.

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

Color convert

RGB 211 0 110 -
CMYK 0 1 0.48 0.17
HSL 328.72º 1% 0.41% -
HSV(B) 328.72º 1% 0.83% -
XYZ 29.68 14.97 16.08 -
YUV 75.63 147.4 224.56 -
System Red Green Blue C M Y K H S L
Decimal 211 0 110 0 1 0.48 0.17 328.72 1 0.41
Hex D3 0 6E 0 64 30 11 149 64 29
Octal 323 0 156 0 144 60 21 511 144 51
Binary 11010011 0 1101110 0 1100100 110000 10001 101001001 1100100 101001

Color Harmonies of #D3006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3006E

Black with #D3006E

Text Example


Text Example

White with #D3006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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