Html Css Color HEX #D61A6F Ruby

📋 copy color: '#D61A6F'

red 214 ◦ green 26 ◦ blue 111

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

Shades of Ruby #D61A6F

Tints of Ruby #D61A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 60.97%
G = 7.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D61A6F (or 0xD61A6F) is known color: Ruby. HEX triplet: D6, 1A and 6F. RGB value is (214,26,111). Sum of RGB (Red+Green+Blue) = 214+26+111=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A6F is #29E590. Grayscale: #5B5B5B. Windows color (decimal): -2745745 or 7281366. OLE color: 7281366.

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

Color convert

RGB 214 26 111 -
CMYK 0 0.88 0.48 0.16
HSL 332.87º 0.78% 0.47% -
HSV(B) 332.87º 0.88% 0.84% -
XYZ 30.97 16.18 16.53 -
YUV 91.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 214 26 111 0 0.88 0.48 0.16 332.87 0.78 0.47
Hex D6 1A 6F 0 58 30 10 14D 4E 2F
Octal 326 32 157 0 130 60 20 515 116 57
Binary 11010110 11010 1101111 0 1011000 110000 10000 101001101 1001110 101111

Color Harmonies of #D61A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A6F

Black with #D61A6F

Text Example


Text Example

White with #D61A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A6F; }

 p { color: rgb(214,26,111); }

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

background-color css

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

 a { background-color: rgb(214,26,111); }

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

border-color css

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

 span { border-color: rgb(214,26,111); }

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