Html Css Color HEX #D6046B Ruby

📋 copy color: '#D6046B'

red 214 ◦ green 4 ◦ blue 107

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

Shades of Ruby #D6046B

Tints of Ruby #D6046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 65.85%
G = 1.23%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6046B (or 0xD6046B) is known color: Ruby. HEX triplet: D6, 04 and 6B. RGB value is (214,4,107). Sum of RGB (Red+Green+Blue) = 214+4+107=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6046B is #29FB94. Grayscale: #4E4E4E. Windows color (decimal): -2751381 or 7013590. OLE color: 7013590.

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

Color convert

RGB 214 4 107 -
CMYK 0 0.98 0.50 0.16
HSL 330.57º 0.96% 0.43% -
HSV(B) 330.57º 0.98% 0.84% -
XYZ 30.43 15.44 15.29 -
YUV 78.53 144.07 224.62 -
System Red Green Blue C M Y K H S L
Decimal 214 4 107 0 0.98 0.50 0.16 330.57 0.96 0.43
Hex D6 4 6B 0 62 32 10 14B 60 2B
Octal 326 4 153 0 142 62 20 513 140 53
Binary 11010110 100 1101011 0 1100010 110010 10000 101001011 1100000 101011

Color Harmonies of #D6046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6046B

Black with #D6046B

Text Example


Text Example

White with #D6046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6046B; }

 p { color: rgb(214,4,107); }

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

background-color css

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

 a { background-color: rgb(214,4,107); }

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

border-color css

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

 span { border-color: rgb(214,4,107); }

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