Html Css Color HEX #D01560 Ruby

📋 copy color: '#D01560'

red 208 ◦ green 21 ◦ blue 96

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

Shades of Ruby #D01560

Tints of Ruby #D01560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 64%
G = 6.46%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D01560 (or 0xD01560) is known color: Ruby. HEX triplet: D0, 15 and 60. RGB value is (208,21,96). Sum of RGB (Red+Green+Blue) = 208+21+96=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D01560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01560 is #2FEA9F. Grayscale: #555555. Windows color (decimal): -3140256 or 6297040. OLE color: 6297040.

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

Color convert

RGB 208 21 96 -
CMYK 0 0.90 0.54 0.18
HSL 335.94º 0.82% 0.45% -
HSV(B) 335.94º 0.9% 0.82% -
XYZ 28.39 14.79 12.42 -
YUV 85.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 208 21 96 0 0.90 0.54 0.18 335.94 0.82 0.45
Hex D0 15 60 0 5A 36 12 150 52 2D
Octal 320 25 140 0 132 66 22 520 122 55
Binary 11010000 10101 1100000 0 1011010 110110 10010 101010000 1010010 101101

Color Harmonies of #D01560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01560

Black with #D01560

Text Example


Text Example

White with #D01560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01560; }

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

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

background-color css

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

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

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

border-color css

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

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

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