Html Css Color HEX #D2006B Ruby

📋 copy color: '#D2006B'

red 210 ◦ green 0 ◦ blue 107

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

Shades of Ruby #D2006B

Tints of Ruby #D2006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 66.25%
G = 0%
B = 33.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2006B (or 0xD2006B) is known color: Ruby. HEX triplet: D2, 00 and 6B. RGB value is (210,0,107). Sum of RGB (Red+Green+Blue) = 210+0+107=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2006B is #2DFF94. Grayscale: #4A4A4A. Windows color (decimal): -3014549 or 7012562. OLE color: 7012562.

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

Color convert

RGB 210 0 107 -
CMYK 0 1 0.49 0.18
HSL 329.43º 1% 0.41% -
HSV(B) 329.43º 1% 0.82% -
XYZ 29.23 14.76 15.22 -
YUV 74.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 210 0 107 0 1 0.49 0.18 329.43 1 0.41
Hex D2 0 6B 0 64 31 12 149 64 29
Octal 322 0 153 0 144 61 22 511 144 51
Binary 11010010 0 1101011 0 1100100 110001 10010 101001001 1100100 101001

Color Harmonies of #D2006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2006B

Black with #D2006B

Text Example


Text Example

White with #D2006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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