Html Css Color HEX #D2046B Ruby

📋 copy color: '#D2046B'

red 210 ◦ green 4 ◦ blue 107

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

Shades of Ruby #D2046B

Tints of Ruby #D2046B

RGB

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

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

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

R = 65.42%
G = 1.25%
B = 33.33%

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

#D2046B (or 0xD2046B) is known color: Ruby. HEX triplet: D2, 04 and 6B. RGB value is (210,4,107). Sum of RGB (Red+Green+Blue) = 210+4+107=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2046B is #2DFB94. Grayscale: #4D4D4D. Windows color (decimal): -3013525 or 7013586. OLE color: 7013586.

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

Color convert

RGB 210 4 107 -
CMYK 0 0.98 0.49 0.18
HSL 330º 0.96% 0.42% -
HSV(B) 330º 0.98% 0.82% -
XYZ 29.28 14.85 15.23 -
YUV 77.34 144.75 222.62 -
System Red Green Blue C M Y K H S L
Decimal 210 4 107 0 0.98 0.49 0.18 330 0.96 0.42
Hex D2 4 6B 0 62 31 12 14A 60 2A
Octal 322 4 153 0 142 61 22 512 140 52
Binary 11010010 100 1101011 0 1100010 110001 10010 101001010 1100000 101010

Color Harmonies of #D2046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2046B

Black with #D2046B

Text Example


Text Example

White with #D2046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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