Html Css Color HEX #D2076A Ruby

📋 copy color: '#D2076A'

red 210 ◦ green 7 ◦ blue 106

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

Shades of Ruby #D2076A

Tints of Ruby #D2076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 65.02%
G = 2.17%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2076A (or 0xD2076A) is known color: Ruby. HEX triplet: D2, 07 and 6A. RGB value is (210,7,106). Sum of RGB (Red+Green+Blue) = 210+7+106=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2076A is #2DF895. Grayscale: #4E4E4E. Windows color (decimal): -3012758 or 6948818. OLE color: 6948818.

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

Color convert

RGB 210 7 106 -
CMYK 0 0.97 0.50 0.18
HSL 330.74º 0.94% 0.43% -
HSV(B) 330.74º 0.97% 0.82% -
XYZ 29.26 14.89 14.97 -
YUV 78.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 210 7 106 0 0.97 0.50 0.18 330.74 0.94 0.43
Hex D2 7 6A 0 61 32 12 14B 5E 2B
Octal 322 7 152 0 141 62 22 513 136 53
Binary 11010010 111 1101010 0 1100001 110010 10010 101001011 1011110 101011

Color Harmonies of #D2076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2076A

Black with #D2076A

Text Example


Text Example

White with #D2076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2076A; }

 p { color: rgb(210,7,106); }

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

background-color css

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

 a { background-color: rgb(210,7,106); }

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

border-color css

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

 span { border-color: rgb(210,7,106); }

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