Html Css Color HEX #D01D63 Ruby

📋 copy color: '#D01D63'

red 208 ◦ green 29 ◦ blue 99

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

Shades of Ruby #D01D63

Tints of Ruby #D01D63

RGB

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

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

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

R = 61.9%
G = 8.63%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D01D63 (or 0xD01D63) is known color: Ruby. HEX triplet: D0, 1D and 63. RGB value is (208,29,99). Sum of RGB (Red+Green+Blue) = 208+29+99=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D63 is #2FE29C. Grayscale: #5A5A5A. Windows color (decimal): -3138205 or 6495696. OLE color: 6495696.

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

Color convert

RGB 208 29 99 -
CMYK 0 0.86 0.52 0.18
HSL 336.54º 0.76% 0.46% -
HSV(B) 336.54º 0.86% 0.82% -
XYZ 28.7 15.19 13.22 -
YUV 90.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 208 29 99 0 0.86 0.52 0.18 336.54 0.76 0.46
Hex D0 1D 63 0 56 34 12 151 4C 2E
Octal 320 35 143 0 126 64 22 521 114 56
Binary 11010000 11101 1100011 0 1010110 110100 10010 101010001 1001100 101110

Color Harmonies of #D01D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D63

Black with #D01D63

Text Example


Text Example

White with #D01D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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