Html Css Color HEX #D8205A Ruby

📋 copy color: '#D8205A'

red 216 ◦ green 32 ◦ blue 90

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

Shades of Ruby #D8205A

Tints of Ruby #D8205A

RGB

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

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

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

R = 63.91%
G = 9.47%
B = 26.63%

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

#D8205A (or 0xD8205A) is known color: Ruby. HEX triplet: D8, 20 and 5A. RGB value is (216,32,90). Sum of RGB (Red+Green+Blue) = 216+32+90=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D8205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8205A is #27DFA5. Grayscale: #5D5D5D. Windows color (decimal): -2613158 or 5906648. OLE color: 5906648.

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

Color convert

RGB 216 32 90 -
CMYK 0 0.85 0.58 0.15
HSL 341.09º 0.74% 0.49% -
HSV(B) 341.09º 0.85% 0.85% -
XYZ 30.68 16.37 11.22 -
YUV 93.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 216 32 90 0 0.85 0.58 0.15 341.09 0.74 0.49
Hex D8 20 5A 0 55 3A F 155 4A 31
Octal 330 40 132 0 125 72 17 525 112 61
Binary 11011000 100000 1011010 0 1010101 111010 1111 101010101 1001010 110001

Color Harmonies of #D8205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8205A

Black with #D8205A

Text Example


Text Example

White with #D8205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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