Html Css Color HEX #D0126A Ruby

📋 copy color: '#D0126A'

red 208 ◦ green 18 ◦ blue 106

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

Shades of Ruby #D0126A

Tints of Ruby #D0126A

RGB

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

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

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

R = 62.65%
G = 5.42%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0126A (or 0xD0126A) is known color: Ruby. HEX triplet: D0, 12 and 6A. RGB value is (208,18,106). Sum of RGB (Red+Green+Blue) = 208+18+106=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126A is #2FED95. Grayscale: #545454. Windows color (decimal): -3141014 or 6951632. OLE color: 6951632.

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

Color convert

RGB 208 18 106 -
CMYK 0 0.91 0.49 0.18
HSL 332.21º 0.84% 0.44% -
HSV(B) 332.21º 0.91% 0.82% -
XYZ 28.83 14.88 14.99 -
YUV 84.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 208 18 106 0 0.91 0.49 0.18 332.21 0.84 0.44
Hex D0 12 6A 0 5B 31 12 14C 54 2C
Octal 320 22 152 0 133 61 22 514 124 54
Binary 11010000 10010 1101010 0 1011011 110001 10010 101001100 1010100 101100

Color Harmonies of #D0126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0126A

Black with #D0126A

Text Example


Text Example

White with #D0126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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