Html Css Color HEX #D60071 Ruby

📋 copy color: '#D60071'

red 214 ◦ green 0 ◦ blue 113

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

Shades of Ruby #D60071

Tints of Ruby #D60071

RGB

 RED value IS 214 (83.98% from 255) = 65.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 65.44%
G = 0%
B = 34.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D60071 (or 0xD60071) is known color: Ruby. HEX triplet: D6, 00 and 71. RGB value is (214,0,113). Sum of RGB (Red+Green+Blue) = 214+0+113=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60071 is #29FF8E. Grayscale: #4C4C4C. Windows color (decimal): -2752399 or 7405782. OLE color: 7405782.

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

Color convert

RGB 214 0 113 -
CMYK 0 1 0.47 0.16
HSL 328.32º 1% 0.42% -
HSV(B) 328.32º 1% 0.84% -
XYZ 30.71 15.49 16.99 -
YUV 76.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 214 0 113 0 1 0.47 0.16 328.32 1 0.42
Hex D6 0 71 0 64 2F 10 148 64 2A
Octal 326 0 161 0 144 57 20 510 144 52
Binary 11010110 0 1110001 0 1100100 101111 10000 101001000 1100100 101010

Color Harmonies of #D60071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60071

Black with #D60071

Text Example


Text Example

White with #D60071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60071; }

 p { color: rgb(214,0,113); }

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

background-color css

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

 a { background-color: rgb(214,0,113); }

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

border-color css

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

 span { border-color: rgb(214,0,113); }

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