Html Css Color HEX #D70F62 Ruby

📋 copy color: '#D70F62'

red 215 ◦ green 15 ◦ blue 98

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

Shades of Ruby #D70F62

Tints of Ruby #D70F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.57%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 65.55%
G = 4.57%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D70F62 (or 0xD70F62) is known color: Ruby. HEX triplet: D7, 0F and 62. RGB value is (215,15,98). Sum of RGB (Red+Green+Blue) = 215+15+98=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F62 is #28F09D. Grayscale: #545454. Windows color (decimal): -2683038 or 6426583. OLE color: 6426583.

HSL color Cylindrical-coordinate representation of color #D70F62: hue angle of 335.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F62 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 98 -
CMYK 0 0.93 0.54 0.16
HSL 335.1º 0.87% 0.45% -
HSV(B) 335.1º 0.93% 0.84% -
XYZ 30.4 15.67 12.98 -
YUV 84.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 215 15 98 0 0.93 0.54 0.16 335.1 0.87 0.45
Hex D7 F 62 0 5D 36 10 14F 57 2D
Octal 327 17 142 0 135 66 20 517 127 55
Binary 11010111 1111 1100010 0 1011101 110110 10000 101001111 1010111 101101

Color Harmonies of #D70F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F62

Black with #D70F62

Text Example


Text Example

White with #D70F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F62; }

 p { color: rgb(215,15,98); }

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

background-color css

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

 a { background-color: rgb(215,15,98); }

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

border-color css

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

 span { border-color: rgb(215,15,98); }

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