Html Css Color HEX #D01563 Ruby

📋 copy color: '#D01563'

red 208 ◦ green 21 ◦ blue 99

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

Shades of Ruby #D01563

Tints of Ruby #D01563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 63.41%
G = 6.4%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D01563 (or 0xD01563) is known color: Ruby. HEX triplet: D0, 15 and 63. RGB value is (208,21,99). Sum of RGB (Red+Green+Blue) = 208+21+99=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01563 is #2FEA9C. Grayscale: #555555. Windows color (decimal): -3140253 or 6493648. OLE color: 6493648.

HSL color Cylindrical-coordinate representation of color #D01563: hue angle of 334.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01563 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 99 -
CMYK 0 0.90 0.52 0.18
HSL 334.97º 0.82% 0.45% -
HSV(B) 334.97º 0.9% 0.82% -
XYZ 28.53 14.85 13.17 -
YUV 85.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 208 21 99 0 0.90 0.52 0.18 334.97 0.82 0.45
Hex D0 15 63 0 5A 34 12 14F 52 2D
Octal 320 25 143 0 132 64 22 517 122 55
Binary 11010000 10101 1100011 0 1011010 110100 10010 101001111 1010010 101101

Color Harmonies of #D01563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01563

Black with #D01563

Text Example


Text Example

White with #D01563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01563; }

 p { color: rgb(208,21,99); }

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

background-color css

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

 a { background-color: rgb(208,21,99); }

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

border-color css

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

 span { border-color: rgb(208,21,99); }

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