Html Css Color HEX #D60971 Ruby

📋 copy color: '#D60971'

red 214 ◦ green 9 ◦ blue 113

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

Shades of Ruby #D60971

Tints of Ruby #D60971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

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

R = 63.69%
G = 2.68%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D60971 (or 0xD60971) is known color: Ruby. HEX triplet: D6, 09 and 71. RGB value is (214,9,113). Sum of RGB (Red+Green+Blue) = 214+9+113=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60971 is #29F68E. Grayscale: #515151. Windows color (decimal): -2750095 or 7408086. OLE color: 7408086.

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

Color convert

RGB 214 9 113 -
CMYK 0 0.96 0.47 0.16
HSL 329.56º 0.92% 0.44% -
HSV(B) 329.56º 0.96% 0.84% -
XYZ 30.81 15.68 17.03 -
YUV 82.15 145.42 222.04 -
System Red Green Blue C M Y K H S L
Decimal 214 9 113 0 0.96 0.47 0.16 329.56 0.92 0.44
Hex D6 9 71 0 60 2F 10 14A 5C 2C
Octal 326 11 161 0 140 57 20 512 134 54
Binary 11010110 1001 1110001 0 1100000 101111 10000 101001010 1011100 101100

Color Harmonies of #D60971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60971

Black with #D60971

Text Example


Text Example

White with #D60971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60971; }

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

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

background-color css

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

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

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

border-color css

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

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

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