Html Css Color HEX #D00561 Ruby

📋 copy color: '#D00561'

red 208 ◦ green 5 ◦ blue 97

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

Shades of Ruby #D00561

Tints of Ruby #D00561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 67.1%
G = 1.61%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D00561 (or 0xD00561) is known color: Ruby. HEX triplet: D0, 05 and 61. RGB value is (208,5,97). Sum of RGB (Red+Green+Blue) = 208+5+97=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00561 is #2FFA9E. Grayscale: #4C4C4C. Windows color (decimal): -3144351 or 6358480. OLE color: 6358480.

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

Color convert

RGB 208 5 97 -
CMYK 0 0.98 0.53 0.18
HSL 332.81º 0.95% 0.42% -
HSV(B) 332.81º 0.98% 0.82% -
XYZ 28.22 14.38 12.6 -
YUV 76.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 208 5 97 0 0.98 0.53 0.18 332.81 0.95 0.42
Hex D0 5 61 0 62 35 12 14D 5F 2A
Octal 320 5 141 0 142 65 22 515 137 52
Binary 11010000 101 1100001 0 1100010 110101 10010 101001101 1011111 101010

Color Harmonies of #D00561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00561

Black with #D00561

Text Example


Text Example

White with #D00561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00561; }

 p { color: rgb(208,5,97); }

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

background-color css

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

 a { background-color: rgb(208,5,97); }

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

border-color css

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

 span { border-color: rgb(208,5,97); }

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