Html Css Color HEX #D60072 Ruby

📋 copy color: '#D60072'

red 214 ◦ green 0 ◦ blue 114

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

Shades of Ruby #D60072

Tints of Ruby #D60072

RGB

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

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

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

R = 65.24%
G = 0%
B = 34.76%

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

#D60072 (or 0xD60072) is known color: Ruby. HEX triplet: D6, 00 and 72. RGB value is (214,0,114). Sum of RGB (Red+Green+Blue) = 214+0+114=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60072 is #29FF8D. Grayscale: #4C4C4C. Windows color (decimal): -2752398 or 7471318. OLE color: 7471318.

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

Color convert

RGB 214 0 114 -
CMYK 0 1 0.47 0.16
HSL 328.04º 1% 0.42% -
HSV(B) 328.04º 1% 0.84% -
XYZ 30.77 15.51 17.29 -
YUV 76.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 214 0 114 0 1 0.47 0.16 328.04 1 0.42
Hex D6 0 72 0 64 2F 10 148 64 2A
Octal 326 0 162 0 144 57 20 510 144 52
Binary 11010110 0 1110010 0 1100100 101111 10000 101001000 1100100 101010

Color Harmonies of #D60072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60072

Black with #D60072

Text Example


Text Example

White with #D60072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60072; }

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

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

background-color css

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

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

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

border-color css

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

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

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