Html Css Color HEX #D00562 Ruby

📋 copy color: '#D00562'

red 208 ◦ green 5 ◦ blue 98

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

Shades of Ruby #D00562

Tints of Ruby #D00562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 66.88%
G = 1.61%
B = 31.51%

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

#D00562 (or 0xD00562) is known color: Ruby. HEX triplet: D0, 05 and 62. RGB value is (208,5,98). Sum of RGB (Red+Green+Blue) = 208+5+98=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D00562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00562 is #2FFA9D. Grayscale: #4C4C4C. Windows color (decimal): -3144350 or 6424016. OLE color: 6424016.

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

Color convert

RGB 208 5 98 -
CMYK 0 0.98 0.53 0.18
HSL 332.51º 0.95% 0.42% -
HSV(B) 332.51º 0.98% 0.82% -
XYZ 28.27 14.4 12.84 -
YUV 76.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 208 5 98 0 0.98 0.53 0.18 332.51 0.95 0.42
Hex D0 5 62 0 62 35 12 14D 5F 2A
Octal 320 5 142 0 142 65 22 515 137 52
Binary 11010000 101 1100010 0 1100010 110101 10010 101001101 1011111 101010

Color Harmonies of #D00562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00562

Black with #D00562

Text Example


Text Example

White with #D00562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00562; }

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

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

background-color css

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

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

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

border-color css

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

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

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