Html Css Color HEX #D2095B Ruby

📋 copy color: '#D2095B'

red 210 ◦ green 9 ◦ blue 91

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

Shades of Ruby #D2095B

Tints of Ruby #D2095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 67.74%
G = 2.9%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2095B (or 0xD2095B) is known color: Ruby. HEX triplet: D2, 09 and 5B. RGB value is (210,9,91). Sum of RGB (Red+Green+Blue) = 210+9+91=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2095B is #2DF6A4. Grayscale: #4E4E4E. Windows color (decimal): -3012261 or 5966290. OLE color: 5966290.

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

Color convert

RGB 210 9 91 -
CMYK 0 0.96 0.57 0.18
HSL 335.52º 0.92% 0.43% -
HSV(B) 335.52º 0.96% 0.82% -
XYZ 28.56 14.65 11.22 -
YUV 78.45 135.09 221.83 -
System Red Green Blue C M Y K H S L
Decimal 210 9 91 0 0.96 0.57 0.18 335.52 0.92 0.43
Hex D2 9 5B 0 60 39 12 150 5C 2B
Octal 322 11 133 0 140 71 22 520 134 53
Binary 11010010 1001 1011011 0 1100000 111001 10010 101010000 1011100 101011

Color Harmonies of #D2095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2095B

Black with #D2095B

Text Example


Text Example

White with #D2095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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