Html Css Color HEX #D1205D Ruby

📋 copy color: '#D1205D'

red 209 ◦ green 32 ◦ blue 93

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

Shades of Ruby #D1205D

Tints of Ruby #D1205D

RGB

 RED value IS 209 (82.03% from 255) = 62.57%

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 62.57%
G = 9.58%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1205D (or 0xD1205D) is known color: Ruby. HEX triplet: D1, 20 and 5D. RGB value is (209,32,93). Sum of RGB (Red+Green+Blue) = 209+32+93=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1205D is #2EDFA2. Grayscale: #5B5B5B. Windows color (decimal): -3071907 or 6103249. OLE color: 6103249.

HSL color Cylindrical-coordinate representation of color #D1205D: hue angle of 339.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1205D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 93 -
CMYK 0 0.85 0.56 0.18
HSL 339.32º 0.73% 0.47% -
HSV(B) 339.32º 0.85% 0.82% -
XYZ 28.79 15.38 11.81 -
YUV 91.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 209 32 93 0 0.85 0.56 0.18 339.32 0.73 0.47
Hex D1 20 5D 0 55 38 12 153 49 2F
Octal 321 40 135 0 125 70 22 523 111 57
Binary 11010001 100000 1011101 0 1010101 111000 10010 101010011 1001001 101111

Color Harmonies of #D1205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1205D

Black with #D1205D

Text Example


Text Example

White with #D1205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1205D; }

 p { color: rgb(209,32,93); }

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

background-color css

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

 a { background-color: rgb(209,32,93); }

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

border-color css

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

 span { border-color: rgb(209,32,93); }

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