Html Css Color HEX #D01A64 Ruby

📋 copy color: '#D01A64'

red 208 ◦ green 26 ◦ blue 100

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

Shades of Ruby #D01A64

Tints of Ruby #D01A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 62.28%
G = 7.78%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D01A64 (or 0xD01A64) is known color: Ruby. HEX triplet: D0, 1A and 64. RGB value is (208,26,100). Sum of RGB (Red+Green+Blue) = 208+26+100=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A64 is #2FE59B. Grayscale: #585858. Windows color (decimal): -3138972 or 6560464. OLE color: 6560464.

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

Color convert

RGB 208 26 100 -
CMYK 0 0.88 0.52 0.18
HSL 335.6º 0.78% 0.46% -
HSV(B) 335.6º 0.88% 0.82% -
XYZ 28.68 15.07 13.45 -
YUV 88.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 208 26 100 0 0.88 0.52 0.18 335.6 0.78 0.46
Hex D0 1A 64 0 58 34 12 150 4E 2E
Octal 320 32 144 0 130 64 22 520 116 56
Binary 11010000 11010 1100100 0 1011000 110100 10010 101010000 1001110 101110

Color Harmonies of #D01A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A64

Black with #D01A64

Text Example


Text Example

White with #D01A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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