Html Css Color HEX #D2046E Ruby

📋 copy color: '#D2046E'

red 210 ◦ green 4 ◦ blue 110

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

Shades of Ruby #D2046E

Tints of Ruby #D2046E

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

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

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

R = 64.81%
G = 1.23%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2046E (or 0xD2046E) is known color: Ruby. HEX triplet: D2, 04 and 6E. RGB value is (210,4,110). Sum of RGB (Red+Green+Blue) = 210+4+110=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046E is #2DFB91. Grayscale: #4D4D4D. Windows color (decimal): -3013522 or 7210194. OLE color: 7210194.

HSL color Cylindrical-coordinate representation of color #D2046E: hue angle of 329.13º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2046E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 110 -
CMYK 0 0.98 0.48 0.18
HSL 329.13º 0.96% 0.42% -
HSV(B) 329.13º 0.98% 0.82% -
XYZ 29.44 14.91 16.08 -
YUV 77.68 146.25 222.38 -
System Red Green Blue C M Y K H S L
Decimal 210 4 110 0 0.98 0.48 0.18 329.13 0.96 0.42
Hex D2 4 6E 0 62 30 12 149 60 2A
Octal 322 4 156 0 142 60 22 511 140 52
Binary 11010010 100 1101110 0 1100010 110000 10010 101001001 1100000 101010

Color Harmonies of #D2046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2046E

Black with #D2046E

Text Example


Text Example

White with #D2046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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