Html Css Color HEX #D6046E Ruby

📋 copy color: '#D6046E'

red 214 ◦ green 4 ◦ blue 110

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

Shades of Ruby #D6046E

Tints of Ruby #D6046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 65.24%
G = 1.22%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6046E (or 0xD6046E) is known color: Ruby. HEX triplet: D6, 04 and 6E. RGB value is (214,4,110). Sum of RGB (Red+Green+Blue) = 214+4+110=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6046E is #29FB91. Grayscale: #4E4E4E. Windows color (decimal): -2751378 or 7210198. OLE color: 7210198.

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

Color convert

RGB 214 4 110 -
CMYK 0 0.98 0.49 0.16
HSL 329.71º 0.96% 0.43% -
HSV(B) 329.71º 0.98% 0.84% -
XYZ 30.59 15.51 16.13 -
YUV 78.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 214 4 110 0 0.98 0.49 0.16 329.71 0.96 0.43
Hex D6 4 6E 0 62 31 10 14A 60 2B
Octal 326 4 156 0 142 61 20 512 140 53
Binary 11010110 100 1101110 0 1100010 110001 10000 101001010 1100000 101011

Color Harmonies of #D6046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6046E

Black with #D6046E

Text Example


Text Example

White with #D6046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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