Html Css Color HEX #D2046F Ruby

📋 copy color: '#D2046F'

red 210 ◦ green 4 ◦ blue 111

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

Shades of Ruby #D2046F

Tints of Ruby #D2046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 64.62%
G = 1.23%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2046F (or 0xD2046F) is known color: Ruby. HEX triplet: D2, 04 and 6F. RGB value is (210,4,111). Sum of RGB (Red+Green+Blue) = 210+4+111=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046F is #2DFB90. Grayscale: #4D4D4D. Windows color (decimal): -3013521 or 7275730. OLE color: 7275730.

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

Color convert

RGB 210 4 111 -
CMYK 0 0.98 0.47 0.18
HSL 328.84º 0.96% 0.42% -
HSV(B) 328.84º 0.98% 0.82% -
XYZ 29.49 14.94 16.37 -
YUV 77.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 210 4 111 0 0.98 0.47 0.18 328.84 0.96 0.42
Hex D2 4 6F 0 62 2F 12 149 60 2A
Octal 322 4 157 0 142 57 22 511 140 52
Binary 11010010 100 1101111 0 1100010 101111 10010 101001001 1100000 101010

Color Harmonies of #D2046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2046F

Black with #D2046F

Text Example


Text Example

White with #D2046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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