Html Css Color HEX #D6205C Ruby

📋 copy color: '#D6205C'

red 214 ◦ green 32 ◦ blue 92

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

Shades of Ruby #D6205C

Tints of Ruby #D6205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 63.31%
G = 9.47%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6205C (or 0xD6205C) is known color: Ruby. HEX triplet: D6, 20 and 5C. RGB value is (214,32,92). Sum of RGB (Red+Green+Blue) = 214+32+92=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6205C is #29DFA3. Grayscale: #5D5D5D. Windows color (decimal): -2744228 or 6037718. OLE color: 6037718.

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

Color convert

RGB 214 32 92 -
CMYK 0 0.85 0.57 0.16
HSL 340.22º 0.74% 0.48% -
HSV(B) 340.22º 0.85% 0.84% -
XYZ 30.18 16.1 11.64 -
YUV 93.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 214 32 92 0 0.85 0.57 0.16 340.22 0.74 0.48
Hex D6 20 5C 0 55 39 10 154 4A 30
Octal 326 40 134 0 125 71 20 524 112 60
Binary 11010110 100000 1011100 0 1010101 111001 10000 101010100 1001010 110000

Color Harmonies of #D6205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6205C

Black with #D6205C

Text Example


Text Example

White with #D6205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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