Html Css Color HEX #D2046C Ruby

📋 copy color: '#D2046C'

red 210 ◦ green 4 ◦ blue 108

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

Shades of Ruby #D2046C

Tints of Ruby #D2046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 65.22%
G = 1.24%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2046C (or 0xD2046C) is known color: Ruby. HEX triplet: D2, 04 and 6C. RGB value is (210,4,108). Sum of RGB (Red+Green+Blue) = 210+4+108=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046C is #2DFB93. Grayscale: #4D4D4D. Windows color (decimal): -3013524 or 7079122. OLE color: 7079122.

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

Color convert

RGB 210 4 108 -
CMYK 0 0.98 0.49 0.18
HSL 329.71º 0.96% 0.42% -
HSV(B) 329.71º 0.98% 0.82% -
XYZ 29.33 14.87 15.51 -
YUV 77.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 210 4 108 0 0.98 0.49 0.18 329.71 0.96 0.42
Hex D2 4 6C 0 62 31 12 14A 60 2A
Octal 322 4 154 0 142 61 22 512 140 52
Binary 11010010 100 1101100 0 1100010 110001 10010 101001010 1100000 101010

Color Harmonies of #D2046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2046C

Black with #D2046C

Text Example


Text Example

White with #D2046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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