Html Css Color HEX #D6205F Ruby

📋 copy color: '#D6205F'

red 214 ◦ green 32 ◦ blue 95

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

Shades of Ruby #D6205F

Tints of Ruby #D6205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 62.76%
G = 9.38%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6205F (or 0xD6205F) is known color: Ruby. HEX triplet: D6, 20 and 5F. RGB value is (214,32,95). Sum of RGB (Red+Green+Blue) = 214+32+95=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6205F is #29DFA0. Grayscale: #5D5D5D. Windows color (decimal): -2744225 or 6234326. OLE color: 6234326.

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

Color convert

RGB 214 32 95 -
CMYK 0 0.85 0.56 0.16
HSL 339.23º 0.74% 0.48% -
HSV(B) 339.23º 0.85% 0.84% -
XYZ 30.31 16.16 12.35 -
YUV 93.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 214 32 95 0 0.85 0.56 0.16 339.23 0.74 0.48
Hex D6 20 5F 0 55 38 10 153 4A 30
Octal 326 40 137 0 125 70 20 523 112 60
Binary 11010110 100000 1011111 0 1010101 111000 10000 101010011 1001010 110000

Color Harmonies of #D6205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6205F

Black with #D6205F

Text Example


Text Example

White with #D6205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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