Html Css Color HEX #D8205B Ruby

📋 copy color: '#D8205B'

red 216 ◦ green 32 ◦ blue 91

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

Shades of Ruby #D8205B

Tints of Ruby #D8205B

RGB

 RED value IS 216 (84.77% from 255) = 63.72%

 GREEN value IS 32 (12.89% from 255) = 9.44%

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

R = 63.72%
G = 9.44%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8205B (or 0xD8205B) is known color: Ruby. HEX triplet: D8, 20 and 5B. RGB value is (216,32,91). Sum of RGB (Red+Green+Blue) = 216+32+91=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8205B is #27DFA4. Grayscale: #5D5D5D. Windows color (decimal): -2613157 or 5972184. OLE color: 5972184.

HSL color Cylindrical-coordinate representation of color #D8205B: hue angle of 340.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8205B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 91 -
CMYK 0 0.85 0.58 0.15
HSL 340.76º 0.74% 0.49% -
HSV(B) 340.76º 0.85% 0.85% -
XYZ 30.72 16.39 11.44 -
YUV 93.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 216 32 91 0 0.85 0.58 0.15 340.76 0.74 0.49
Hex D8 20 5B 0 55 3A F 155 4A 31
Octal 330 40 133 0 125 72 17 525 112 61
Binary 11011000 100000 1011011 0 1010101 111010 1111 101010101 1001010 110001

Color Harmonies of #D8205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8205B

Black with #D8205B

Text Example


Text Example

White with #D8205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8205B; }

 p { color: rgb(216,32,91); }

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

background-color css

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

 a { background-color: rgb(216,32,91); }

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

border-color css

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

 span { border-color: rgb(216,32,91); }

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