Html Css Color HEX #D8205E Ruby

📋 copy color: '#D8205E'

red 216 ◦ green 32 ◦ blue 94

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

Shades of Ruby #D8205E

Tints of Ruby #D8205E

RGB

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

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

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

R = 63.16%
G = 9.36%
B = 27.49%

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

#D8205E (or 0xD8205E) is known color: Ruby. HEX triplet: D8, 20 and 5E. RGB value is (216,32,94). Sum of RGB (Red+Green+Blue) = 216+32+94=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8205E is #27DFA1. Grayscale: #5E5E5E. Windows color (decimal): -2613154 or 6168792. OLE color: 6168792.

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

Color convert

RGB 216 32 94 -
CMYK 0 0.85 0.56 0.15
HSL 339.78º 0.74% 0.49% -
HSV(B) 339.78º 0.85% 0.85% -
XYZ 30.86 16.44 12.14 -
YUV 94.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 216 32 94 0 0.85 0.56 0.15 339.78 0.74 0.49
Hex D8 20 5E 0 55 38 F 154 4A 31
Octal 330 40 136 0 125 70 17 524 112 61
Binary 11011000 100000 1011110 0 1010101 111000 1111 101010100 1001010 110001

Color Harmonies of #D8205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8205E

Black with #D8205E

Text Example


Text Example

White with #D8205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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