Html Css Color HEX #D8205F Ruby

📋 copy color: '#D8205F'

red 216 ◦ green 32 ◦ blue 95

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

Shades of Ruby #D8205F

Tints of Ruby #D8205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 62.97%
G = 9.33%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8205F (or 0xD8205F) is known color: Ruby. HEX triplet: D8, 20 and 5F. RGB value is (216,32,95). Sum of RGB (Red+Green+Blue) = 216+32+95=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8205F is #27DFA0. Grayscale: #5E5E5E. Windows color (decimal): -2613153 or 6234328. OLE color: 6234328.

HSL color Cylindrical-coordinate representation of color #D8205F: hue angle of 339.46º 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 #D8205F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 95 -
CMYK 0 0.85 0.56 0.15
HSL 339.46º 0.74% 0.49% -
HSV(B) 339.46º 0.85% 0.85% -
XYZ 30.9 16.46 12.37 -
YUV 94.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 216 32 95 0 0.85 0.56 0.15 339.46 0.74 0.49
Hex D8 20 5F 0 55 38 F 153 4A 31
Octal 330 40 137 0 125 70 17 523 112 61
Binary 11011000 100000 1011111 0 1010101 111000 1111 101010011 1001010 110001

Color Harmonies of #D8205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8205F

Black with #D8205F

Text Example


Text Example

White with #D8205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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