Html Css Color HEX #D0126F Ruby

📋 copy color: '#D0126F'

red 208 ◦ green 18 ◦ blue 111

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

Shades of Ruby #D0126F

Tints of Ruby #D0126F

RGB

 RED value IS 208 (81.64% from 255) = 61.72%

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 61.72%
G = 5.34%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0126F (or 0xD0126F) is known color: Ruby. HEX triplet: D0, 12 and 6F. RGB value is (208,18,111). Sum of RGB (Red+Green+Blue) = 208+18+111=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126F is #2FED90. Grayscale: #555555. Windows color (decimal): -3141009 or 7279312. OLE color: 7279312.

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

Color convert

RGB 208 18 111 -
CMYK 0 0.91 0.47 0.18
HSL 330.63º 0.84% 0.44% -
HSV(B) 330.63º 0.91% 0.82% -
XYZ 29.1 14.99 16.4 -
YUV 85.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 208 18 111 0 0.91 0.47 0.18 330.63 0.84 0.44
Hex D0 12 6F 0 5B 2F 12 14B 54 2C
Octal 320 22 157 0 133 57 22 513 124 54
Binary 11010000 10010 1101111 0 1011011 101111 10010 101001011 1010100 101100

Color Harmonies of #D0126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0126F

Black with #D0126F

Text Example


Text Example

White with #D0126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0126F; }

 p { color: rgb(208,18,111); }

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

background-color css

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

 a { background-color: rgb(208,18,111); }

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

border-color css

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

 span { border-color: rgb(208,18,111); }

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