Html Css Color HEX #D1206B Ruby

📋 copy color: '#D1206B'

red 209 ◦ green 32 ◦ blue 107

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

Shades of Ruby #D1206B

Tints of Ruby #D1206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 60.06%
G = 9.2%
B = 30.75%

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

#D1206B (or 0xD1206B) is known color: Ruby. HEX triplet: D1, 20 and 6B. RGB value is (209,32,107). Sum of RGB (Red+Green+Blue) = 209+32+107=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1206B is #2EDF94. Grayscale: #5D5D5D. Windows color (decimal): -3071893 or 7020753. OLE color: 7020753.

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

Color convert

RGB 209 32 107 -
CMYK 0 0.85 0.49 0.18
HSL 334.58º 0.73% 0.47% -
HSV(B) 334.58º 0.85% 0.82% -
XYZ 29.46 15.65 15.38 -
YUV 93.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 209 32 107 0 0.85 0.49 0.18 334.58 0.73 0.47
Hex D1 20 6B 0 55 31 12 14F 49 2F
Octal 321 40 153 0 125 61 22 517 111 57
Binary 11010001 100000 1101011 0 1010101 110001 10010 101001111 1001001 101111

Color Harmonies of #D1206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1206B

Black with #D1206B

Text Example


Text Example

White with #D1206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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