Html Css Color HEX #D5126A Ruby

📋 copy color: '#D5126A'

red 213 ◦ green 18 ◦ blue 106

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

Shades of Ruby #D5126A

Tints of Ruby #D5126A

RGB

 RED value IS 213 (83.59% from 255) = 63.2%

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

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

R = 63.2%
G = 5.34%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5126A (or 0xD5126A) is known color: Ruby. HEX triplet: D5, 12 and 6A. RGB value is (213,18,106). Sum of RGB (Red+Green+Blue) = 213+18+106=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5126A is #2AED95. Grayscale: #565656. Windows color (decimal): -2813334 or 6951637. OLE color: 6951637.

HSL color Cylindrical-coordinate representation of color #D5126A: hue angle of 332.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5126A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 106 -
CMYK 0 0.92 0.50 0.16
HSL 332.92º 0.84% 0.45% -
HSV(B) 332.92º 0.92% 0.84% -
XYZ 30.26 15.62 15.06 -
YUV 86.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 213 18 106 0 0.92 0.50 0.16 332.92 0.84 0.45
Hex D5 12 6A 0 5C 32 10 14D 54 2D
Octal 325 22 152 0 134 62 20 515 124 55
Binary 11010101 10010 1101010 0 1011100 110010 10000 101001101 1010100 101101

Color Harmonies of #D5126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5126A

Black with #D5126A

Text Example


Text Example

White with #D5126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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