Html Css Color HEX #D01470 Ruby

📋 copy color: '#D01470'

red 208 ◦ green 20 ◦ blue 112

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

Shades of Ruby #D01470

Tints of Ruby #D01470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 61.18%
G = 5.88%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01470 (or 0xD01470) is known color: Ruby. HEX triplet: D0, 14 and 70. RGB value is (208,20,112). Sum of RGB (Red+Green+Blue) = 208+20+112=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D01470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01470 is #2FEB8F. Grayscale: #565656. Windows color (decimal): -3140496 or 7345360. OLE color: 7345360.

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

Color convert

RGB 208 20 112 -
CMYK 0 0.90 0.46 0.18
HSL 330.64º 0.82% 0.45% -
HSV(B) 330.64º 0.9% 0.82% -
XYZ 29.19 15.08 16.7 -
YUV 86.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 208 20 112 0 0.90 0.46 0.18 330.64 0.82 0.45
Hex D0 14 70 0 5A 2E 12 14B 52 2D
Octal 320 24 160 0 132 56 22 513 122 55
Binary 11010000 10100 1110000 0 1011010 101110 10010 101001011 1010010 101101

Color Harmonies of #D01470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01470

Black with #D01470

Text Example


Text Example

White with #D01470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01470; }

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

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

background-color css

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

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

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

border-color css

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

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

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