Html Css Color HEX #D01A5E Ruby

📋 copy color: '#D01A5E'

red 208 ◦ green 26 ◦ blue 94

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

Shades of Ruby #D01A5E

Tints of Ruby #D01A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 63.41%
G = 7.93%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D01A5E (or 0xD01A5E) is known color: Ruby. HEX triplet: D0, 1A and 5E. RGB value is (208,26,94). Sum of RGB (Red+Green+Blue) = 208+26+94=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A5E is #2FE5A1. Grayscale: #585858. Windows color (decimal): -3138978 or 6167248. OLE color: 6167248.

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

Color convert

RGB 208 26 94 -
CMYK 0 0.88 0.55 0.18
HSL 337.58º 0.78% 0.46% -
HSV(B) 337.58º 0.88% 0.82% -
XYZ 28.4 14.96 11.98 -
YUV 88.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 208 26 94 0 0.88 0.55 0.18 337.58 0.78 0.46
Hex D0 1A 5E 0 58 37 12 152 4E 2E
Octal 320 32 136 0 130 67 22 522 116 56
Binary 11010000 11010 1011110 0 1011000 110111 10010 101010010 1001110 101110

Color Harmonies of #D01A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A5E

Black with #D01A5E

Text Example


Text Example

White with #D01A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A5E; }

 p { color: rgb(208,26,94); }

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

background-color css

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

 a { background-color: rgb(208,26,94); }

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

border-color css

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

 span { border-color: rgb(208,26,94); }

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