Html Css Color HEX #D70573 Ruby

📋 copy color: '#D70573'

red 215 ◦ green 5 ◦ blue 115

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

Shades of Ruby #D70573

Tints of Ruby #D70573

RGB

 RED value IS 215 (84.38% from 255) = 64.18%

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 64.18%
G = 1.49%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D70573 (or 0xD70573) is known color: Ruby. HEX triplet: D7, 05 and 73. RGB value is (215,5,115). Sum of RGB (Red+Green+Blue) = 215+5+115=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70573 is #28FA8C. Grayscale: #505050. Windows color (decimal): -2685581 or 7538135. OLE color: 7538135.

HSL color Cylindrical-coordinate representation of color #D70573: hue angle of 328.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70573 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 115 -
CMYK 0 0.98 0.47 0.16
HSL 328.57º 0.95% 0.43% -
HSV(B) 328.57º 0.98% 0.84% -
XYZ 31.17 15.79 17.63 -
YUV 80.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 215 5 115 0 0.98 0.47 0.16 328.57 0.95 0.43
Hex D7 5 73 0 62 2F 10 149 5F 2B
Octal 327 5 163 0 142 57 20 511 137 53
Binary 11010111 101 1110011 0 1100010 101111 10000 101001001 1011111 101011

Color Harmonies of #D70573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70573

Black with #D70573

Text Example


Text Example

White with #D70573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70573; }

 p { color: rgb(215,5,115); }

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

background-color css

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

 a { background-color: rgb(215,5,115); }

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

border-color css

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

 span { border-color: rgb(215,5,115); }

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