Html Css Color HEX #D70F6B Ruby

📋 copy color: '#D70F6B'

red 215 ◦ green 15 ◦ blue 107

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

Shades of Ruby #D70F6B

Tints of Ruby #D70F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 63.8%
G = 4.45%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D70F6B (or 0xD70F6B) is known color: Ruby. HEX triplet: D7, 0F and 6B. RGB value is (215,15,107). Sum of RGB (Red+Green+Blue) = 215+15+107=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F6B is #28F094. Grayscale: #555555. Windows color (decimal): -2683029 or 7016407. OLE color: 7016407.

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

Color convert

RGB 215 15 107 -
CMYK 0 0.93 0.50 0.16
HSL 332.4º 0.87% 0.45% -
HSV(B) 332.4º 0.93% 0.84% -
XYZ 30.85 15.85 15.34 -
YUV 85.29 140.26 220.52 -
System Red Green Blue C M Y K H S L
Decimal 215 15 107 0 0.93 0.50 0.16 332.4 0.87 0.45
Hex D7 F 6B 0 5D 32 10 14C 57 2D
Octal 327 17 153 0 135 62 20 514 127 55
Binary 11010111 1111 1101011 0 1011101 110010 10000 101001100 1010111 101101

Color Harmonies of #D70F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F6B

Black with #D70F6B

Text Example


Text Example

White with #D70F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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