Html Css Color HEX #D61D6B Ruby

📋 copy color: '#D61D6B'

red 214 ◦ green 29 ◦ blue 107

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

Shades of Ruby #D61D6B

Tints of Ruby #D61D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 61.14%
G = 8.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61D6B (or 0xD61D6B) is known color: Ruby. HEX triplet: D6, 1D and 6B. RGB value is (214,29,107). Sum of RGB (Red+Green+Blue) = 214+29+107=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D6B is #29E294. Grayscale: #5D5D5D. Windows color (decimal): -2744981 or 7019990. OLE color: 7019990.

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

Color convert

RGB 214 29 107 -
CMYK 0 0.86 0.50 0.16
HSL 334.7º 0.76% 0.48% -
HSV(B) 334.7º 0.86% 0.84% -
XYZ 30.82 16.24 15.42 -
YUV 93.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 214 29 107 0 0.86 0.50 0.16 334.7 0.76 0.48
Hex D6 1D 6B 0 56 32 10 14F 4C 30
Octal 326 35 153 0 126 62 20 517 114 60
Binary 11010110 11101 1101011 0 1010110 110010 10000 101001111 1001100 110000

Color Harmonies of #D61D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D6B

Black with #D61D6B

Text Example


Text Example

White with #D61D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D6B; }

 p { color: rgb(214,29,107); }

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

background-color css

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

 a { background-color: rgb(214,29,107); }

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

border-color css

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

 span { border-color: rgb(214,29,107); }

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