Html Css Color HEX #D80370 Ruby

📋 copy color: '#D80370'

red 216 ◦ green 3 ◦ blue 112

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

Shades of Ruby #D80370

Tints of Ruby #D80370

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 65.26%
G = 0.91%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D80370 (or 0xD80370) is known color: Ruby. HEX triplet: D8, 03 and 70. RGB value is (216,3,112). Sum of RGB (Red+Green+Blue) = 216+3+112=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D80370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80370 is #27FC8F. Grayscale: #4E4E4E. Windows color (decimal): -2620560 or 7341016. OLE color: 7341016.

HSL color Cylindrical-coordinate representation of color #D80370: hue angle of 329.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80370 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 112 -
CMYK 0 0.99 0.48 0.15
HSL 329.3º 0.97% 0.43% -
HSV(B) 329.3º 0.99% 0.85% -
XYZ 31.28 15.83 16.74 -
YUV 79.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 216 3 112 0 0.99 0.48 0.15 329.3 0.97 0.43
Hex D8 3 70 0 63 30 F 149 61 2B
Octal 330 3 160 0 143 60 17 511 141 53
Binary 11011000 11 1110000 0 1100011 110000 1111 101001001 1100001 101011

Color Harmonies of #D80370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80370

Black with #D80370

Text Example


Text Example

White with #D80370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80370; }

 p { color: rgb(216,3,112); }

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

background-color css

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

 a { background-color: rgb(216,3,112); }

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

border-color css

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

 span { border-color: rgb(216,3,112); }

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