Html Css Color HEX #D60C62 Ruby

📋 copy color: '#D60C62'

red 214 ◦ green 12 ◦ blue 98

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

Shades of Ruby #D60C62

Tints of Ruby #D60C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 66.05%
G = 3.7%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D60C62 (or 0xD60C62) is known color: Ruby. HEX triplet: D6, 0C and 62. RGB value is (214,12,98). Sum of RGB (Red+Green+Blue) = 214+12+98=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C62 is #29F39D. Grayscale: #525252. Windows color (decimal): -2749342 or 6425814. OLE color: 6425814.

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

Color convert

RGB 214 12 98 -
CMYK 0 0.94 0.54 0.16
HSL 334.46º 0.89% 0.44% -
HSV(B) 334.46º 0.94% 0.84% -
XYZ 30.07 15.44 12.95 -
YUV 82.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 214 12 98 0 0.94 0.54 0.16 334.46 0.89 0.44
Hex D6 C 62 0 5E 36 10 14E 59 2C
Octal 326 14 142 0 136 66 20 516 131 54
Binary 11010110 1100 1100010 0 1011110 110110 10000 101001110 1011001 101100

Color Harmonies of #D60C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C62

Black with #D60C62

Text Example


Text Example

White with #D60C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C62; }

 p { color: rgb(214,12,98); }

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

background-color css

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

 a { background-color: rgb(214,12,98); }

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

border-color css

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

 span { border-color: rgb(214,12,98); }

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