Html Css Color HEX #D1205A Ruby

📋 copy color: '#D1205A'

red 209 ◦ green 32 ◦ blue 90

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

Shades of Ruby #D1205A

Tints of Ruby #D1205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 63.14%
G = 9.67%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1205A (or 0xD1205A) is known color: Ruby. HEX triplet: D1, 20 and 5A. RGB value is (209,32,90). Sum of RGB (Red+Green+Blue) = 209+32+90=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D1205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1205A is #2EDFA5. Grayscale: #5B5B5B. Windows color (decimal): -3071910 or 5906641. OLE color: 5906641.

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

Color convert

RGB 209 32 90 -
CMYK 0 0.85 0.57 0.18
HSL 340.34º 0.73% 0.47% -
HSV(B) 340.34º 0.85% 0.82% -
XYZ 28.66 15.33 11.12 -
YUV 91.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 209 32 90 0 0.85 0.57 0.18 340.34 0.73 0.47
Hex D1 20 5A 0 55 39 12 154 49 2F
Octal 321 40 132 0 125 71 22 524 111 57
Binary 11010001 100000 1011010 0 1010101 111001 10010 101010100 1001001 101111

Color Harmonies of #D1205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1205A

Black with #D1205A

Text Example


Text Example

White with #D1205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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