Html Css Color HEX #D01468 Ruby

📋 copy color: '#D01468'

red 208 ◦ green 20 ◦ blue 104

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

Shades of Ruby #D01468

Tints of Ruby #D01468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 62.65%
G = 6.02%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D01468 (or 0xD01468) is known color: Ruby. HEX triplet: D0, 14 and 68. RGB value is (208,20,104). Sum of RGB (Red+Green+Blue) = 208+20+104=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D01468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01468 is #2FEB97. Grayscale: #555555. Windows color (decimal): -3140504 or 6821072. OLE color: 6821072.

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

Color convert

RGB 208 20 104 -
CMYK 0 0.90 0.5 0.18
HSL 333.19º 0.82% 0.45% -
HSV(B) 333.19º 0.9% 0.82% -
XYZ 28.76 14.91 14.46 -
YUV 85.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 208 20 104 0 0.90 0.5 0.18 333.19 0.82 0.45
Hex D0 14 68 0 5A 32 12 14D 52 2D
Octal 320 24 150 0 132 62 22 515 122 55
Binary 11010000 10100 1101000 0 1011010 110010 10010 101001101 1010010 101101

Color Harmonies of #D01468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01468

Black with #D01468

Text Example


Text Example

White with #D01468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01468; }

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

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

background-color css

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

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

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

border-color css

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

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

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