Html Css Color HEX #D2086F Ruby

📋 copy color: '#D2086F'

red 210 ◦ green 8 ◦ blue 111

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

Shades of Ruby #D2086F

Tints of Ruby #D2086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

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

R = 63.83%
G = 2.43%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2086F (or 0xD2086F) is known color: Ruby. HEX triplet: D2, 08 and 6F. RGB value is (210,8,111). Sum of RGB (Red+Green+Blue) = 210+8+111=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2086F is #2DF790. Grayscale: #4F4F4F. Windows color (decimal): -3012497 or 7276754. OLE color: 7276754.

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

Color convert

RGB 210 8 111 -
CMYK 0 0.96 0.47 0.18
HSL 329.41º 0.93% 0.43% -
HSV(B) 329.41º 0.96% 0.82% -
XYZ 29.53 15.02 16.38 -
YUV 80.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 210 8 111 0 0.96 0.47 0.18 329.41 0.93 0.43
Hex D2 8 6F 0 60 2F 12 149 5D 2B
Octal 322 10 157 0 140 57 22 511 135 53
Binary 11010010 1000 1101111 0 1100000 101111 10010 101001001 1011101 101011

Color Harmonies of #D2086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2086F

Black with #D2086F

Text Example


Text Example

White with #D2086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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