Html Css Color HEX #D00B5B Ruby

📋 copy color: '#D00B5B'

red 208 ◦ green 11 ◦ blue 91

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

Shades of Ruby #D00B5B

Tints of Ruby #D00B5B

RGB

 RED value IS 208 (81.64% from 255) = 67.1%

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

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

R = 67.1%
G = 3.55%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D00B5B (or 0xD00B5B) is known color: Ruby. HEX triplet: D0, 0B and 5B. RGB value is (208,11,91). Sum of RGB (Red+Green+Blue) = 208+11+91=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B5B is #2FF4A4. Grayscale: #4E4E4E. Windows color (decimal): -3142821 or 5966800. OLE color: 5966800.

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

Color convert

RGB 208 11 91 -
CMYK 0 0.95 0.56 0.18
HSL 335.63º 0.9% 0.43% -
HSV(B) 335.63º 0.95% 0.82% -
XYZ 28.02 14.4 11.2 -
YUV 79.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 208 11 91 0 0.95 0.56 0.18 335.63 0.9 0.43
Hex D0 B 5B 0 5F 38 12 150 5A 2B
Octal 320 13 133 0 137 70 22 520 132 53
Binary 11010000 1011 1011011 0 1011111 111000 10010 101010000 1011010 101011

Color Harmonies of #D00B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B5B

Black with #D00B5B

Text Example


Text Example

White with #D00B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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