Html Css Color HEX #D2076C Ruby

📋 copy color: '#D2076C'

red 210 ◦ green 7 ◦ blue 108

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

Shades of Ruby #D2076C

Tints of Ruby #D2076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 64.62%
G = 2.15%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2076C (or 0xD2076C) is known color: Ruby. HEX triplet: D2, 07 and 6C. RGB value is (210,7,108). Sum of RGB (Red+Green+Blue) = 210+7+108=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2076C is #2DF893. Grayscale: #4F4F4F. Windows color (decimal): -3012756 or 7079890. OLE color: 7079890.

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

Color convert

RGB 210 7 108 -
CMYK 0 0.97 0.49 0.18
HSL 330.15º 0.94% 0.43% -
HSV(B) 330.15º 0.97% 0.82% -
XYZ 29.36 14.94 15.52 -
YUV 79.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 210 7 108 0 0.97 0.49 0.18 330.15 0.94 0.43
Hex D2 7 6C 0 61 31 12 14A 5E 2B
Octal 322 7 154 0 141 61 22 512 136 53
Binary 11010010 111 1101100 0 1100001 110001 10010 101001010 1011110 101011

Color Harmonies of #D2076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2076C

Black with #D2076C

Text Example


Text Example

White with #D2076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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