Html Css Color HEX #D20B5B Ruby

📋 copy color: '#D20B5B'

red 210 ◦ green 11 ◦ blue 91

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

Shades of Ruby #D20B5B

Tints of Ruby #D20B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

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

R = 67.31%
G = 3.53%
B = 29.17%

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

#D20B5B (or 0xD20B5B) is known color: Ruby. HEX triplet: D2, 0B and 5B. RGB value is (210,11,91). Sum of RGB (Red+Green+Blue) = 210+11+91=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20B5B is #2DF4A4. Grayscale: #4F4F4F. Windows color (decimal): -3011749 or 5966802. OLE color: 5966802.

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

Color convert

RGB 210 11 91 -
CMYK 0 0.95 0.57 0.18
HSL 335.88º 0.9% 0.43% -
HSV(B) 335.88º 0.95% 0.82% -
XYZ 28.59 14.7 11.23 -
YUV 79.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 210 11 91 0 0.95 0.57 0.18 335.88 0.9 0.43
Hex D2 B 5B 0 5F 39 12 150 5A 2B
Octal 322 13 133 0 137 71 22 520 132 53
Binary 11010010 1011 1011011 0 1011111 111001 10010 101010000 1011010 101011

Color Harmonies of #D20B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B5B

Black with #D20B5B

Text Example


Text Example

White with #D20B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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