Html Css Color HEX #D5126C Ruby

📋 copy color: '#D5126C'

red 213 ◦ green 18 ◦ blue 108

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

Shades of Ruby #D5126C

Tints of Ruby #D5126C

RGB

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

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

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

R = 62.83%
G = 5.31%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5126C (or 0xD5126C) is known color: Ruby. HEX triplet: D5, 12 and 6C. RGB value is (213,18,108). Sum of RGB (Red+Green+Blue) = 213+18+108=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5126C is #2AED93. Grayscale: #565656. Windows color (decimal): -2813332 or 7082709. OLE color: 7082709.

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

Color convert

RGB 213 18 108 -
CMYK 0 0.92 0.49 0.16
HSL 332.31º 0.84% 0.45% -
HSV(B) 332.31º 0.92% 0.84% -
XYZ 30.36 15.66 15.61 -
YUV 86.57 140.1 218.18 -
System Red Green Blue C M Y K H S L
Decimal 213 18 108 0 0.92 0.49 0.16 332.31 0.84 0.45
Hex D5 12 6C 0 5C 31 10 14C 54 2D
Octal 325 22 154 0 134 61 20 514 124 55
Binary 11010101 10010 1101100 0 1011100 110001 10000 101001100 1010100 101101

Color Harmonies of #D5126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5126C

Black with #D5126C

Text Example


Text Example

White with #D5126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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