Html Css Color HEX #D60672 Ruby

📋 copy color: '#D60672'

red 214 ◦ green 6 ◦ blue 114

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

Shades of Ruby #D60672

Tints of Ruby #D60672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

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

R = 64.07%
G = 1.8%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D60672 (or 0xD60672) is known color: Ruby. HEX triplet: D6, 06 and 72. RGB value is (214,6,114). Sum of RGB (Red+Green+Blue) = 214+6+114=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60672 is #29F98D. Grayscale: #505050. Windows color (decimal): -2750862 or 7472854. OLE color: 7472854.

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

Color convert

RGB 214 6 114 -
CMYK 0 0.97 0.47 0.16
HSL 328.85º 0.95% 0.43% -
HSV(B) 328.85º 0.97% 0.84% -
XYZ 30.83 15.64 17.31 -
YUV 80.5 146.91 223.22 -
System Red Green Blue C M Y K H S L
Decimal 214 6 114 0 0.97 0.47 0.16 328.85 0.95 0.43
Hex D6 6 72 0 61 2F 10 149 5F 2B
Octal 326 6 162 0 141 57 20 511 137 53
Binary 11010110 110 1110010 0 1100001 101111 10000 101001001 1011111 101011

Color Harmonies of #D60672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60672

Black with #D60672

Text Example


Text Example

White with #D60672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60672; }

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

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

background-color css

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

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

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

border-color css

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

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

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