Html Css Color HEX #D70572 Ruby

📋 copy color: '#D70572'

red 215 ◦ green 5 ◦ blue 114

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

Shades of Ruby #D70572

Tints of Ruby #D70572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 64.37%
G = 1.5%
B = 34.13%

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

#D70572 (or 0xD70572) is known color: Ruby. HEX triplet: D7, 05 and 72. RGB value is (215,5,114). Sum of RGB (Red+Green+Blue) = 215+5+114=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70572 is #28FA8D. Grayscale: #4F4F4F. Windows color (decimal): -2685582 or 7472599. OLE color: 7472599.

HSL color Cylindrical-coordinate representation of color #D70572: hue angle of 328.86º 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 #D70572 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 114 -
CMYK 0 0.98 0.47 0.16
HSL 328.86º 0.95% 0.43% -
HSV(B) 328.86º 0.98% 0.84% -
XYZ 31.12 15.77 17.32 -
YUV 80.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 215 5 114 0 0.98 0.47 0.16 328.86 0.95 0.43
Hex D7 5 72 0 62 2F 10 149 5F 2B
Octal 327 5 162 0 142 57 20 511 137 53
Binary 11010111 101 1110010 0 1100010 101111 10000 101001001 1011111 101011

Color Harmonies of #D70572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70572

Black with #D70572

Text Example


Text Example

White with #D70572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70572; }

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

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

background-color css

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

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

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

border-color css

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

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

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