Html Css Color HEX #D1206A Ruby

📋 copy color: '#D1206A'

red 209 ◦ green 32 ◦ blue 106

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

Shades of Ruby #D1206A

Tints of Ruby #D1206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 60.23%
G = 9.22%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1206A (or 0xD1206A) is known color: Ruby. HEX triplet: D1, 20 and 6A. RGB value is (209,32,106). Sum of RGB (Red+Green+Blue) = 209+32+106=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1206A is #2EDF95. Grayscale: #5D5D5D. Windows color (decimal): -3071894 or 6955217. OLE color: 6955217.

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

Color convert

RGB 209 32 106 -
CMYK 0 0.85 0.49 0.18
HSL 334.92º 0.73% 0.47% -
HSV(B) 334.92º 0.85% 0.82% -
XYZ 29.41 15.63 15.1 -
YUV 93.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 209 32 106 0 0.85 0.49 0.18 334.92 0.73 0.47
Hex D1 20 6A 0 55 31 12 14F 49 2F
Octal 321 40 152 0 125 61 22 517 111 57
Binary 11010001 100000 1101010 0 1010101 110001 10010 101001111 1001001 101111

Color Harmonies of #D1206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1206A

Black with #D1206A

Text Example


Text Example

White with #D1206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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