Html Css Color HEX #D8206E Ruby

📋 copy color: '#D8206E'

red 216 ◦ green 32 ◦ blue 110

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

Shades of Ruby #D8206E

Tints of Ruby #D8206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 60.34%
G = 8.94%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8206E (or 0xD8206E) is known color: Ruby. HEX triplet: D8, 20 and 6E. RGB value is (216,32,110). Sum of RGB (Red+Green+Blue) = 216+32+110=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8206E is #27DF91. Grayscale: #5F5F5F. Windows color (decimal): -2613138 or 7217368. OLE color: 7217368.

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

Color convert

RGB 216 32 110 -
CMYK 0 0.85 0.49 0.15
HSL 334.57º 0.74% 0.49% -
HSV(B) 334.57º 0.85% 0.85% -
XYZ 31.65 16.76 16.32 -
YUV 95.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 216 32 110 0 0.85 0.49 0.15 334.57 0.74 0.49
Hex D8 20 6E 0 55 31 F 14F 4A 31
Octal 330 40 156 0 125 61 17 517 112 61
Binary 11011000 100000 1101110 0 1010101 110001 1111 101001111 1001010 110001

Color Harmonies of #D8206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8206E

Black with #D8206E

Text Example


Text Example

White with #D8206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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