Html Css Color HEX #D2076E Ruby

📋 copy color: '#D2076E'

red 210 ◦ green 7 ◦ blue 110

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

Shades of Ruby #D2076E

Tints of Ruby #D2076E

RGB

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

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

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

R = 64.22%
G = 2.14%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2076E (or 0xD2076E) is known color: Ruby. HEX triplet: D2, 07 and 6E. RGB value is (210,7,110). Sum of RGB (Red+Green+Blue) = 210+7+110=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2076E is #2DF891. Grayscale: #4F4F4F. Windows color (decimal): -3012754 or 7210962. OLE color: 7210962.

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

Color convert

RGB 210 7 110 -
CMYK 0 0.97 0.48 0.18
HSL 329.56º 0.94% 0.43% -
HSV(B) 329.56º 0.97% 0.82% -
XYZ 29.47 14.98 16.09 -
YUV 79.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 210 7 110 0 0.97 0.48 0.18 329.56 0.94 0.43
Hex D2 7 6E 0 61 30 12 14A 5E 2B
Octal 322 7 156 0 141 60 22 512 136 53
Binary 11010010 111 1101110 0 1100001 110000 10010 101001010 1011110 101011

Color Harmonies of #D2076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2076E

Black with #D2076E

Text Example


Text Example

White with #D2076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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