Html Css Color HEX #D21A5A Ruby

📋 copy color: '#D21A5A'

red 210 ◦ green 26 ◦ blue 90

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

Shades of Ruby #D21A5A

Tints of Ruby #D21A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 64.42%
G = 7.98%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D21A5A (or 0xD21A5A) is known color: Ruby. HEX triplet: D2, 1A and 5A. RGB value is (210,26,90). Sum of RGB (Red+Green+Blue) = 210+26+90=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A5A is #2DE5A5. Grayscale: #585858. Windows color (decimal): -3007910 or 5905106. OLE color: 5905106.

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

Color convert

RGB 210 26 90 -
CMYK 0 0.88 0.57 0.18
HSL 339.13º 0.78% 0.46% -
HSV(B) 339.13º 0.88% 0.82% -
XYZ 28.79 15.18 11.09 -
YUV 88.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 210 26 90 0 0.88 0.57 0.18 339.13 0.78 0.46
Hex D2 1A 5A 0 58 39 12 153 4E 2E
Octal 322 32 132 0 130 71 22 523 116 56
Binary 11010010 11010 1011010 0 1011000 111001 10010 101010011 1001110 101110

Color Harmonies of #D21A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A5A

Black with #D21A5A

Text Example


Text Example

White with #D21A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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