Html Css Color HEX #D01464 Ruby

📋 copy color: '#D01464'

red 208 ◦ green 20 ◦ blue 100

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

Shades of Ruby #D01464

Tints of Ruby #D01464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 63.41%
G = 6.1%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D01464 (or 0xD01464) is known color: Ruby. HEX triplet: D0, 14 and 64. RGB value is (208,20,100). Sum of RGB (Red+Green+Blue) = 208+20+100=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01464 is #2FEB9B. Grayscale: #555555. Windows color (decimal): -3140508 or 6558928. OLE color: 6558928.

HSL color Cylindrical-coordinate representation of color #D01464: hue angle of 334.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01464 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 100 -
CMYK 0 0.90 0.52 0.18
HSL 334.47º 0.82% 0.45% -
HSV(B) 334.47º 0.9% 0.82% -
XYZ 28.56 14.83 13.41 -
YUV 85.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 208 20 100 0 0.90 0.52 0.18 334.47 0.82 0.45
Hex D0 14 64 0 5A 34 12 14E 52 2D
Octal 320 24 144 0 132 64 22 516 122 55
Binary 11010000 10100 1100100 0 1011010 110100 10010 101001110 1010010 101101

Color Harmonies of #D01464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01464

Black with #D01464

Text Example


Text Example

White with #D01464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01464; }

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

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

background-color css

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

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

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

border-color css

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

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

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