Html Css Color HEX #D2006F Ruby

📋 copy color: '#D2006F'

red 210 ◦ green 0 ◦ blue 111

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

Shades of Ruby #D2006F

Tints of Ruby #D2006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 65.42%
G = 0%
B = 34.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2006F (or 0xD2006F) is known color: Ruby. HEX triplet: D2, 00 and 6F. RGB value is (210,0,111). Sum of RGB (Red+Green+Blue) = 210+0+111=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2006F is #2DFF90. Grayscale: #4B4B4B. Windows color (decimal): -3014545 or 7274706. OLE color: 7274706.

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

Color convert

RGB 210 0 111 -
CMYK 0 1 0.47 0.18
HSL 328.29º 1% 0.41% -
HSV(B) 328.29º 1% 0.82% -
XYZ 29.45 14.85 16.35 -
YUV 75.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 210 0 111 0 1 0.47 0.18 328.29 1 0.41
Hex D2 0 6F 0 64 2F 12 148 64 29
Octal 322 0 157 0 144 57 22 510 144 51
Binary 11010010 0 1101111 0 1100100 101111 10010 101001000 1100100 101001

Color Harmonies of #D2006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2006F

Black with #D2006F

Text Example


Text Example

White with #D2006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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