Html Css Color HEX #D00D5B Ruby

📋 copy color: '#D00D5B'

red 208 ◦ green 13 ◦ blue 91

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

Shades of Ruby #D00D5B

Tints of Ruby #D00D5B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

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

R = 66.67%
G = 4.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D00D5B (or 0xD00D5B) is known color: Ruby. HEX triplet: D0, 0D and 5B. RGB value is (208,13,91). Sum of RGB (Red+Green+Blue) = 208+13+91=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D5B is #2FF2A4. Grayscale: #505050. Windows color (decimal): -3142309 or 5967312. OLE color: 5967312.

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

Color convert

RGB 208 13 91 -
CMYK 0 0.94 0.56 0.18
HSL 336º 0.88% 0.43% -
HSV(B) 336º 0.94% 0.82% -
XYZ 28.04 14.45 11.21 -
YUV 80.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 208 13 91 0 0.94 0.56 0.18 336 0.88 0.43
Hex D0 D 5B 0 5E 38 12 150 58 2B
Octal 320 15 133 0 136 70 22 520 130 53
Binary 11010000 1101 1011011 0 1011110 111000 10010 101010000 1011000 101011

Color Harmonies of #D00D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D5B

Black with #D00D5B

Text Example


Text Example

White with #D00D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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