Html Css Color HEX #D21A6A Ruby

📋 copy color: '#D21A6A'

red 210 ◦ green 26 ◦ blue 106

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

Shades of Ruby #D21A6A

Tints of Ruby #D21A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 61.4%
G = 7.6%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D21A6A (or 0xD21A6A) is known color: Ruby. HEX triplet: D2, 1A and 6A. RGB value is (210,26,106). Sum of RGB (Red+Green+Blue) = 210+26+106=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A6A is #2DE595. Grayscale: #5A5A5A. Windows color (decimal): -3007894 or 6953682. OLE color: 6953682.

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

Color convert

RGB 210 26 106 -
CMYK 0 0.88 0.50 0.18
HSL 333.91º 0.78% 0.46% -
HSV(B) 333.91º 0.88% 0.82% -
XYZ 29.55 15.48 15.07 -
YUV 90.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 210 26 106 0 0.88 0.50 0.18 333.91 0.78 0.46
Hex D2 1A 6A 0 58 32 12 14E 4E 2E
Octal 322 32 152 0 130 62 22 516 116 56
Binary 11010010 11010 1101010 0 1011000 110010 10010 101001110 1001110 101110

Color Harmonies of #D21A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A6A

Black with #D21A6A

Text Example


Text Example

White with #D21A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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