Html Css Color HEX #D20A5B Ruby

📋 copy color: '#D20A5B'

red 210 ◦ green 10 ◦ blue 91

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

Shades of Ruby #D20A5B

Tints of Ruby #D20A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 67.52%
G = 3.22%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D20A5B (or 0xD20A5B) is known color: Ruby. HEX triplet: D2, 0A and 5B. RGB value is (210,10,91). Sum of RGB (Red+Green+Blue) = 210+10+91=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A5B is #2DF5A4. Grayscale: #4E4E4E. Windows color (decimal): -3012005 or 5966546. OLE color: 5966546.

HSL color Cylindrical-coordinate representation of color #D20A5B: hue angle of 335.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A5B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 10 91 -
CMYK 0 0.95 0.57 0.18
HSL 335.7º 0.91% 0.43% -
HSV(B) 335.7º 0.95% 0.82% -
XYZ 28.58 14.67 11.22 -
YUV 79.03 134.76 221.41 -
System Red Green Blue C M Y K H S L
Decimal 210 10 91 0 0.95 0.57 0.18 335.7 0.91 0.43
Hex D2 A 5B 0 5F 39 12 150 5B 2B
Octal 322 12 133 0 137 71 22 520 133 53
Binary 11010010 1010 1011011 0 1011111 111001 10010 101010000 1011011 101011

Color Harmonies of #D20A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A5B

Black with #D20A5B

Text Example


Text Example

White with #D20A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A5B; }

 p { color: rgb(210,10,91); }

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

background-color css

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

 a { background-color: rgb(210,10,91); }

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

border-color css

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

 span { border-color: rgb(210,10,91); }

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