Html Css Color HEX #D70A72 Ruby

📋 copy color: '#D70A72'

red 215 ◦ green 10 ◦ blue 114

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

Shades of Ruby #D70A72

Tints of Ruby #D70A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.95%

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

R = 63.42%
G = 2.95%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D70A72 (or 0xD70A72) is known color: Ruby. HEX triplet: D7, 0A and 72. RGB value is (215,10,114). Sum of RGB (Red+Green+Blue) = 215+10+114=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A72 is #28F58D. Grayscale: #525252. Windows color (decimal): -2684302 or 7473879. OLE color: 7473879.

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

Color convert

RGB 215 10 114 -
CMYK 0 0.95 0.47 0.16
HSL 329.56º 0.91% 0.44% -
HSV(B) 329.56º 0.95% 0.84% -
XYZ 31.17 15.88 17.34 -
YUV 83.15 145.42 222.04 -
System Red Green Blue C M Y K H S L
Decimal 215 10 114 0 0.95 0.47 0.16 329.56 0.91 0.44
Hex D7 A 72 0 5F 2F 10 14A 5B 2C
Octal 327 12 162 0 137 57 20 512 133 54
Binary 11010111 1010 1110010 0 1011111 101111 10000 101001010 1011011 101100

Color Harmonies of #D70A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A72

Black with #D70A72

Text Example


Text Example

White with #D70A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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