Html Css Color HEX #D70174 Ruby

📋 copy color: '#D70174'

red 215 ◦ green 1 ◦ blue 116

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

Shades of Ruby #D70174

Tints of Ruby #D70174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 64.76%
G = 0.3%
B = 34.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D70174 (or 0xD70174) is known color: Ruby. HEX triplet: D7, 01 and 74. RGB value is (215,1,116). Sum of RGB (Red+Green+Blue) = 215+1+116=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D70174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70174 is #28FE8B. Grayscale: #4D4D4D. Windows color (decimal): -2686604 or 7602647. OLE color: 7602647.

HSL color Cylindrical-coordinate representation of color #D70174: hue angle of 327.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70174 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 116 -
CMYK 0 1.00 0.46 0.16
HSL 327.76º 0.99% 0.42% -
HSV(B) 327.76º 1% 0.84% -
XYZ 31.19 15.73 17.92 -
YUV 78.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 215 1 116 0 1.00 0.46 0.16 327.76 0.99 0.42
Hex D7 1 74 0 64 2E 10 148 63 2A
Octal 327 1 164 0 144 56 20 510 143 52
Binary 11010111 1 1110100 0 1100100 101110 10000 101001000 1100011 101010

Color Harmonies of #D70174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70174

Black with #D70174

Text Example


Text Example

White with #D70174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70174; }

 p { color: rgb(215,1,116); }

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

background-color css

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

 a { background-color: rgb(215,1,116); }

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

border-color css

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

 span { border-color: rgb(215,1,116); }

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