Html Css Color HEX #D3006D Ruby

📋 copy color: '#D3006D'

red 211 ◦ green 0 ◦ blue 109

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

Shades of Ruby #D3006D

Tints of Ruby #D3006D

RGB

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

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

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

R = 65.94%
G = 0%
B = 34.06%

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

#D3006D (or 0xD3006D) is known color: Ruby. HEX triplet: D3, 00 and 6D. RGB value is (211,0,109). Sum of RGB (Red+Green+Blue) = 211+0+109=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D3006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3006D is #2CFF92. Grayscale: #4B4B4B. Windows color (decimal): -2949011 or 7143635. OLE color: 7143635.

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

Color convert

RGB 211 0 109 -
CMYK 0 1 0.48 0.17
HSL 329º 1% 0.41% -
HSV(B) 329º 1% 0.83% -
XYZ 29.62 14.95 15.79 -
YUV 75.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 211 0 109 0 1 0.48 0.17 329 1 0.41
Hex D3 0 6D 0 64 30 11 149 64 29
Octal 323 0 155 0 144 60 21 511 144 51
Binary 11010011 0 1101101 0 1100100 110000 10001 101001001 1100100 101001

Color Harmonies of #D3006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3006D

Black with #D3006D

Text Example


Text Example

White with #D3006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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