Html Css Color HEX #D2095A Ruby

📋 copy color: '#D2095A'

red 210 ◦ green 9 ◦ blue 90

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

Shades of Ruby #D2095A

Tints of Ruby #D2095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 67.96%
G = 2.91%
B = 29.13%

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

#D2095A (or 0xD2095A) is known color: Ruby. HEX triplet: D2, 09 and 5A. RGB value is (210,9,90). Sum of RGB (Red+Green+Blue) = 210+9+90=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2095A is #2DF6A5. Grayscale: #4E4E4E. Windows color (decimal): -3012262 or 5900754. OLE color: 5900754.

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

Color convert

RGB 210 9 90 -
CMYK 0 0.96 0.57 0.18
HSL 335.82º 0.92% 0.43% -
HSV(B) 335.82º 0.96% 0.82% -
XYZ 28.52 14.64 10.99 -
YUV 78.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 210 9 90 0 0.96 0.57 0.18 335.82 0.92 0.43
Hex D2 9 5A 0 60 39 12 150 5C 2B
Octal 322 11 132 0 140 71 22 520 134 53
Binary 11010010 1001 1011010 0 1100000 111001 10010 101010000 1011100 101011

Color Harmonies of #D2095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2095A

Black with #D2095A

Text Example


Text Example

White with #D2095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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