Html Css Color HEX #D0126E Ruby

📋 copy color: '#D0126E'

red 208 ◦ green 18 ◦ blue 110

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

Shades of Ruby #D0126E

Tints of Ruby #D0126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 61.9%
G = 5.36%
B = 32.74%

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

#D0126E (or 0xD0126E) is known color: Ruby. HEX triplet: D0, 12 and 6E. RGB value is (208,18,110). Sum of RGB (Red+Green+Blue) = 208+18+110=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126E is #2FED91. Grayscale: #555555. Windows color (decimal): -3141010 or 7213776. OLE color: 7213776.

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

Color convert

RGB 208 18 110 -
CMYK 0 0.91 0.47 0.18
HSL 330.95º 0.84% 0.44% -
HSV(B) 330.95º 0.91% 0.82% -
XYZ 29.04 14.97 16.11 -
YUV 85.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 208 18 110 0 0.91 0.47 0.18 330.95 0.84 0.44
Hex D0 12 6E 0 5B 2F 12 14B 54 2C
Octal 320 22 156 0 133 57 22 513 124 54
Binary 11010000 10010 1101110 0 1011011 101111 10010 101001011 1010100 101100

Color Harmonies of #D0126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0126E

Black with #D0126E

Text Example


Text Example

White with #D0126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0126E; }

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

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

background-color css

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

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

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

border-color css

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

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

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