Html Css Color HEX #D20670 Ruby

📋 copy color: '#D20670'

red 210 ◦ green 6 ◦ blue 112

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

Shades of Ruby #D20670

Tints of Ruby #D20670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 64.02%
G = 1.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D20670 (or 0xD20670) is known color: Ruby. HEX triplet: D2, 06 and 70. RGB value is (210,6,112). Sum of RGB (Red+Green+Blue) = 210+6+112=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D20670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20670 is #2DF98F. Grayscale: #4E4E4E. Windows color (decimal): -3013008 or 7341778. OLE color: 7341778.

HSL color Cylindrical-coordinate representation of color #D20670: hue angle of 328.82º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20670 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 112 -
CMYK 0 0.97 0.47 0.18
HSL 328.82º 0.94% 0.42% -
HSV(B) 328.82º 0.97% 0.82% -
XYZ 29.57 15 16.67 -
YUV 79.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 210 6 112 0 0.97 0.47 0.18 328.82 0.94 0.42
Hex D2 6 70 0 61 2F 12 149 5E 2A
Octal 322 6 160 0 141 57 22 511 136 52
Binary 11010010 110 1110000 0 1100001 101111 10010 101001001 1011110 101010

Color Harmonies of #D20670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20670

Black with #D20670

Text Example


Text Example

White with #D20670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20670; }

 p { color: rgb(210,6,112); }

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

background-color css

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

 a { background-color: rgb(210,6,112); }

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

border-color css

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

 span { border-color: rgb(210,6,112); }

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