Html Css Color HEX #D6206B Ruby

📋 copy color: '#D6206B'

red 214 ◦ green 32 ◦ blue 107

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

Shades of Ruby #D6206B

Tints of Ruby #D6206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 60.62%
G = 9.07%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6206B (or 0xD6206B) is known color: Ruby. HEX triplet: D6, 20 and 6B. RGB value is (214,32,107). Sum of RGB (Red+Green+Blue) = 214+32+107=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6206B is #29DF94. Grayscale: #5E5E5E. Windows color (decimal): -2744213 or 7020758. OLE color: 7020758.

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

Color convert

RGB 214 32 107 -
CMYK 0 0.85 0.50 0.16
HSL 335.27º 0.74% 0.48% -
HSV(B) 335.27º 0.85% 0.84% -
XYZ 30.9 16.39 15.44 -
YUV 94.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 214 32 107 0 0.85 0.50 0.16 335.27 0.74 0.48
Hex D6 20 6B 0 55 32 10 14F 4A 30
Octal 326 40 153 0 125 62 20 517 112 60
Binary 11010110 100000 1101011 0 1010101 110010 10000 101001111 1001010 110000

Color Harmonies of #D6206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6206B

Black with #D6206B

Text Example


Text Example

White with #D6206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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