Html Css Color HEX #D01D62 Ruby

📋 copy color: '#D01D62'

red 208 ◦ green 29 ◦ blue 98

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

Shades of Ruby #D01D62

Tints of Ruby #D01D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 62.09%
G = 8.66%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01D62 (or 0xD01D62) is known color: Ruby. HEX triplet: D0, 1D and 62. RGB value is (208,29,98). Sum of RGB (Red+Green+Blue) = 208+29+98=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D62 is #2FE29D. Grayscale: #5A5A5A. Windows color (decimal): -3138206 or 6430160. OLE color: 6430160.

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

Color convert

RGB 208 29 98 -
CMYK 0 0.86 0.53 0.18
HSL 336.87º 0.76% 0.46% -
HSV(B) 336.87º 0.86% 0.82% -
XYZ 28.66 15.17 12.97 -
YUV 90.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 208 29 98 0 0.86 0.53 0.18 336.87 0.76 0.46
Hex D0 1D 62 0 56 35 12 151 4C 2E
Octal 320 35 142 0 126 65 22 521 114 56
Binary 11010000 11101 1100010 0 1010110 110101 10010 101010001 1001100 101110

Color Harmonies of #D01D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D62

Black with #D01D62

Text Example


Text Example

White with #D01D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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