Html Css Color HEX #D6125A Ruby

📋 copy color: '#D6125A'

red 214 ◦ green 18 ◦ blue 90

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

Shades of Ruby #D6125A

Tints of Ruby #D6125A

RGB

 RED value IS 214 (83.98% from 255) = 66.46%

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 66.46%
G = 5.59%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6125A (or 0xD6125A) is known color: Ruby. HEX triplet: D6, 12 and 5A. RGB value is (214,18,90). Sum of RGB (Red+Green+Blue) = 214+18+90=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6125A is #29EDA5. Grayscale: #545454. Windows color (decimal): -2747814 or 5903062. OLE color: 5903062.

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

Color convert

RGB 214 18 90 -
CMYK 0 0.92 0.58 0.16
HSL 337.96º 0.84% 0.45% -
HSV(B) 337.96º 0.92% 0.84% -
XYZ 29.79 15.47 11.09 -
YUV 84.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 214 18 90 0 0.92 0.58 0.16 337.96 0.84 0.45
Hex D6 12 5A 0 5C 3A 10 152 54 2D
Octal 326 22 132 0 134 72 20 522 124 55
Binary 11010110 10010 1011010 0 1011100 111010 10000 101010010 1010100 101101

Color Harmonies of #D6125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6125A

Black with #D6125A

Text Example


Text Example

White with #D6125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6125A; }

 p { color: rgb(214,18,90); }

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

background-color css

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

 a { background-color: rgb(214,18,90); }

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

border-color css

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

 span { border-color: rgb(214,18,90); }

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