Html Css Color HEX #D6206E Ruby

📋 copy color: '#D6206E'

red 214 ◦ green 32 ◦ blue 110

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

Shades of Ruby #D6206E

Tints of Ruby #D6206E

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

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

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

R = 60.11%
G = 8.99%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6206E (or 0xD6206E) is known color: Ruby. HEX triplet: D6, 20 and 6E. RGB value is (214,32,110). Sum of RGB (Red+Green+Blue) = 214+32+110=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6206E is #29DF91. Grayscale: #5F5F5F. Windows color (decimal): -2744210 or 7217366. OLE color: 7217366.

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

Color convert

RGB 214 32 110 -
CMYK 0 0.85 0.49 0.16
HSL 334.29º 0.74% 0.48% -
HSV(B) 334.29º 0.85% 0.84% -
XYZ 31.06 16.45 16.29 -
YUV 95.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 214 32 110 0 0.85 0.49 0.16 334.29 0.74 0.48
Hex D6 20 6E 0 55 31 10 14E 4A 30
Octal 326 40 156 0 125 61 20 516 112 60
Binary 11010110 100000 1101110 0 1010101 110001 10000 101001110 1001010 110000

Color Harmonies of #D6206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6206E

Black with #D6206E

Text Example


Text Example

White with #D6206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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