Html Css Color HEX #D0126C Ruby

📋 copy color: '#D0126C'

red 208 ◦ green 18 ◦ blue 108

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

Shades of Ruby #D0126C

Tints of Ruby #D0126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 62.28%
G = 5.39%
B = 32.34%

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

#D0126C (or 0xD0126C) is known color: Ruby. HEX triplet: D0, 12 and 6C. RGB value is (208,18,108). Sum of RGB (Red+Green+Blue) = 208+18+108=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126C is #2FED93. Grayscale: #545454. Windows color (decimal): -3141012 or 7082704. OLE color: 7082704.

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

Color convert

RGB 208 18 108 -
CMYK 0 0.91 0.48 0.18
HSL 331.58º 0.84% 0.44% -
HSV(B) 331.58º 0.91% 0.82% -
XYZ 28.94 14.93 15.54 -
YUV 85.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 208 18 108 0 0.91 0.48 0.18 331.58 0.84 0.44
Hex D0 12 6C 0 5B 30 12 14C 54 2C
Octal 320 22 154 0 133 60 22 514 124 54
Binary 11010000 10010 1101100 0 1011011 110000 10010 101001100 1010100 101100

Color Harmonies of #D0126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0126C

Black with #D0126C

Text Example


Text Example

White with #D0126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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