Html Css Color HEX #D21560 Ruby

📋 copy color: '#D21560'

red 210 ◦ green 21 ◦ blue 96

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

Shades of Ruby #D21560

Tints of Ruby #D21560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 64.22%
G = 6.42%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D21560 (or 0xD21560) is known color: Ruby. HEX triplet: D2, 15 and 60. RGB value is (210,21,96). Sum of RGB (Red+Green+Blue) = 210+21+96=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D21560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21560 is #2DEA9F. Grayscale: #555555. Windows color (decimal): -3009184 or 6297042. OLE color: 6297042.

HSL color Cylindrical-coordinate representation of color #D21560: hue angle of 336.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21560 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 96 -
CMYK 0 0.90 0.54 0.18
HSL 336.19º 0.82% 0.45% -
HSV(B) 336.19º 0.9% 0.82% -
XYZ 28.96 15.08 12.45 -
YUV 86.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 210 21 96 0 0.90 0.54 0.18 336.19 0.82 0.45
Hex D2 15 60 0 5A 36 12 150 52 2D
Octal 322 25 140 0 132 66 22 520 122 55
Binary 11010010 10101 1100000 0 1011010 110110 10010 101010000 1010010 101101

Color Harmonies of #D21560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21560

Black with #D21560

Text Example


Text Example

White with #D21560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21560; }

 p { color: rgb(210,21,96); }

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

background-color css

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

 a { background-color: rgb(210,21,96); }

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

border-color css

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

 span { border-color: rgb(210,21,96); }

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