Html Css Color HEX #D2095E Ruby

📋 copy color: '#D2095E'

red 210 ◦ green 9 ◦ blue 94

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

Shades of Ruby #D2095E

Tints of Ruby #D2095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 67.09%
G = 2.88%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2095E (or 0xD2095E) is known color: Ruby. HEX triplet: D2, 09 and 5E. RGB value is (210,9,94). Sum of RGB (Red+Green+Blue) = 210+9+94=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D2095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2095E is #2DF6A1. Grayscale: #4E4E4E. Windows color (decimal): -3012258 or 6162898. OLE color: 6162898.

HSL color Cylindrical-coordinate representation of color #D2095E: hue angle of 334.63º degrees, saturation: 0.92, 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 #D2095E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 94 -
CMYK 0 0.96 0.55 0.18
HSL 334.63º 0.92% 0.43% -
HSV(B) 334.63º 0.96% 0.82% -
XYZ 28.7 14.71 11.92 -
YUV 78.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 210 9 94 0 0.96 0.55 0.18 334.63 0.92 0.43
Hex D2 9 5E 0 60 37 12 14F 5C 2B
Octal 322 11 136 0 140 67 22 517 134 53
Binary 11010010 1001 1011110 0 1100000 110111 10010 101001111 1011100 101011

Color Harmonies of #D2095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2095E

Black with #D2095E

Text Example


Text Example

White with #D2095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2095E; }

 p { color: rgb(210,9,94); }

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

background-color css

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

 a { background-color: rgb(210,9,94); }

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

border-color css

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

 span { border-color: rgb(210,9,94); }

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