Html Css Color HEX #D2006E Ruby

📋 copy color: '#D2006E'

red 210 ◦ green 0 ◦ blue 110

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

Shades of Ruby #D2006E

Tints of Ruby #D2006E

RGB

 RED value IS 210 (82.42% from 255) = 65.63%

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

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

R = 65.63%
G = 0%
B = 34.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2006E (or 0xD2006E) is known color: Ruby. HEX triplet: D2, 00 and 6E. RGB value is (210,0,110). Sum of RGB (Red+Green+Blue) = 210+0+110=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2006E is #2DFF91. Grayscale: #4B4B4B. Windows color (decimal): -3014546 or 7209170. OLE color: 7209170.

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

Color convert

RGB 210 0 110 -
CMYK 0 1 0.48 0.18
HSL 328.57º 1% 0.41% -
HSV(B) 328.57º 1% 0.82% -
XYZ 29.39 14.83 16.06 -
YUV 75.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 210 0 110 0 1 0.48 0.18 328.57 1 0.41
Hex D2 0 6E 0 64 30 12 149 64 29
Octal 322 0 156 0 144 60 22 511 144 51
Binary 11010010 0 1101110 0 1100100 110000 10010 101001001 1100100 101001

Color Harmonies of #D2006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2006E

Black with #D2006E

Text Example


Text Example

White with #D2006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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