Html Css Color HEX #D21A5D Ruby

📋 copy color: '#D21A5D'

red 210 ◦ green 26 ◦ blue 93

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

Shades of Ruby #D21A5D

Tints of Ruby #D21A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 63.83%
G = 7.9%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D21A5D (or 0xD21A5D) is known color: Ruby. HEX triplet: D2, 1A and 5D. RGB value is (210,26,93). Sum of RGB (Red+Green+Blue) = 210+26+93=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A5D is #2DE5A2. Grayscale: #585858. Windows color (decimal): -3007907 or 6101714. OLE color: 6101714.

HSL color Cylindrical-coordinate representation of color #D21A5D: hue angle of 338.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A5D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 93 -
CMYK 0 0.88 0.56 0.18
HSL 338.15º 0.78% 0.46% -
HSV(B) 338.15º 0.88% 0.82% -
XYZ 28.92 15.23 11.77 -
YUV 88.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 210 26 93 0 0.88 0.56 0.18 338.15 0.78 0.46
Hex D2 1A 5D 0 58 38 12 152 4E 2E
Octal 322 32 135 0 130 70 22 522 116 56
Binary 11010010 11010 1011101 0 1011000 111000 10010 101010010 1001110 101110

Color Harmonies of #D21A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A5D

Black with #D21A5D

Text Example


Text Example

White with #D21A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A5D; }

 p { color: rgb(210,26,93); }

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

background-color css

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

 a { background-color: rgb(210,26,93); }

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

border-color css

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

 span { border-color: rgb(210,26,93); }

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