Html Css Color HEX #D2076F Ruby

📋 copy color: '#D2076F'

red 210 ◦ green 7 ◦ blue 111

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

Shades of Ruby #D2076F

Tints of Ruby #D2076F

RGB

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

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

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

R = 64.02%
G = 2.13%
B = 33.84%

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

#D2076F (or 0xD2076F) is known color: Ruby. HEX triplet: D2, 07 and 6F. RGB value is (210,7,111). Sum of RGB (Red+Green+Blue) = 210+7+111=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2076F is #2DF890. Grayscale: #4F4F4F. Windows color (decimal): -3012753 or 7276498. OLE color: 7276498.

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

Color convert

RGB 210 7 111 -
CMYK 0 0.97 0.47 0.18
HSL 329.26º 0.94% 0.43% -
HSV(B) 329.26º 0.97% 0.82% -
XYZ 29.52 15 16.38 -
YUV 79.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 210 7 111 0 0.97 0.47 0.18 329.26 0.94 0.43
Hex D2 7 6F 0 61 2F 12 149 5E 2B
Octal 322 7 157 0 141 57 22 511 136 53
Binary 11010010 111 1101111 0 1100001 101111 10010 101001001 1011110 101011

Color Harmonies of #D2076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2076F

Black with #D2076F

Text Example


Text Example

White with #D2076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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