Html Css Color HEX #D0126D Ruby

📋 copy color: '#D0126D'

red 208 ◦ green 18 ◦ blue 109

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

Shades of Ruby #D0126D

Tints of Ruby #D0126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 62.09%
G = 5.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0126D (or 0xD0126D) is known color: Ruby. HEX triplet: D0, 12 and 6D. RGB value is (208,18,109). Sum of RGB (Red+Green+Blue) = 208+18+109=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126D is #2FED92. Grayscale: #555555. Windows color (decimal): -3141011 or 7148240. OLE color: 7148240.

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

Color convert

RGB 208 18 109 -
CMYK 0 0.91 0.48 0.18
HSL 331.26º 0.84% 0.44% -
HSV(B) 331.26º 0.91% 0.82% -
XYZ 28.99 14.95 15.83 -
YUV 85.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 208 18 109 0 0.91 0.48 0.18 331.26 0.84 0.44
Hex D0 12 6D 0 5B 30 12 14B 54 2C
Octal 320 22 155 0 133 60 22 513 124 54
Binary 11010000 10010 1101101 0 1011011 110000 10010 101001011 1010100 101100

Color Harmonies of #D0126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0126D

Black with #D0126D

Text Example


Text Example

White with #D0126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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