Html Css Color HEX #D01D57 Ruby

📋 copy color: '#D01D57'

red 208 ◦ green 29 ◦ blue 87

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

Shades of Ruby #D01D57

Tints of Ruby #D01D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 87 (34.38% from 255) = 26.85%

R = 64.2%
G = 8.95%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D01D57 (or 0xD01D57) is known color: Ruby. HEX triplet: D0, 1D and 57. RGB value is (208,29,87). Sum of RGB (Red+Green+Blue) = 208+29+87=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D57 is #2FE2A8. Grayscale: #595959. Windows color (decimal): -3138217 or 5709264. OLE color: 5709264.

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

Color convert

RGB 208 29 87 -
CMYK 0 0.86 0.58 0.18
HSL 340.56º 0.76% 0.46% -
HSV(B) 340.56º 0.86% 0.82% -
XYZ 28.17 14.98 10.42 -
YUV 89.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 208 29 87 0 0.86 0.58 0.18 340.56 0.76 0.46
Hex D0 1D 57 0 56 3A 12 155 4C 2E
Octal 320 35 127 0 126 72 22 525 114 56
Binary 11010000 11101 1010111 0 1010110 111010 10010 101010101 1001100 101110

Color Harmonies of #D01D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D57

Black with #D01D57

Text Example


Text Example

White with #D01D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D57; }

 p { color: rgb(208,29,87); }

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

background-color css

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

 a { background-color: rgb(208,29,87); }

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

border-color css

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

 span { border-color: rgb(208,29,87); }

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