Html Css Color HEX #D01370 Ruby

📋 copy color: '#D01370'

red 208 ◦ green 19 ◦ blue 112

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

Shades of Ruby #D01370

Tints of Ruby #D01370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 61.36%
G = 5.6%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01370 (or 0xD01370) is known color: Ruby. HEX triplet: D0, 13 and 70. RGB value is (208,19,112). Sum of RGB (Red+Green+Blue) = 208+19+112=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D01370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01370 is #2FEC8F. Grayscale: #555555. Windows color (decimal): -3140752 or 7345104. OLE color: 7345104.

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

Color convert

RGB 208 19 112 -
CMYK 0 0.91 0.46 0.18
HSL 330.48º 0.83% 0.45% -
HSV(B) 330.48º 0.91% 0.82% -
XYZ 29.17 15.05 16.7 -
YUV 86.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 208 19 112 0 0.91 0.46 0.18 330.48 0.83 0.45
Hex D0 13 70 0 5B 2E 12 14A 53 2D
Octal 320 23 160 0 133 56 22 512 123 55
Binary 11010000 10011 1110000 0 1011011 101110 10010 101001010 1010011 101101

Color Harmonies of #D01370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01370

Black with #D01370

Text Example


Text Example

White with #D01370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01370; }

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

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

background-color css

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

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

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

border-color css

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

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

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