Html Css Color HEX #D20463 Ruby

📋 copy color: '#D20463'

red 210 ◦ green 4 ◦ blue 99

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

Shades of Ruby #D20463

Tints of Ruby #D20463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 67.09%
G = 1.28%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D20463 (or 0xD20463) is known color: Ruby. HEX triplet: D2, 04 and 63. RGB value is (210,4,99). Sum of RGB (Red+Green+Blue) = 210+4+99=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D20463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20463 is #2DFB9C. Grayscale: #4C4C4C. Windows color (decimal): -3013533 or 6489298. OLE color: 6489298.

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

Color convert

RGB 210 4 99 -
CMYK 0 0.98 0.53 0.18
HSL 332.33º 0.96% 0.42% -
HSV(B) 332.33º 0.98% 0.82% -
XYZ 28.87 14.69 13.12 -
YUV 76.42 140.75 223.28 -
System Red Green Blue C M Y K H S L
Decimal 210 4 99 0 0.98 0.53 0.18 332.33 0.96 0.42
Hex D2 4 63 0 62 35 12 14C 60 2A
Octal 322 4 143 0 142 65 22 514 140 52
Binary 11010010 100 1100011 0 1100010 110101 10010 101001100 1100000 101010

Color Harmonies of #D20463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20463

Black with #D20463

Text Example


Text Example

White with #D20463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20463; }

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

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

background-color css

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

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

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

border-color css

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

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

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