Html Css Color HEX #D61A6B Ruby

📋 copy color: '#D61A6B'

red 214 ◦ green 26 ◦ blue 107

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

Shades of Ruby #D61A6B

Tints of Ruby #D61A6B

RGB

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

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

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

R = 61.67%
G = 7.49%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61A6B (or 0xD61A6B) is known color: Ruby. HEX triplet: D6, 1A and 6B. RGB value is (214,26,107). Sum of RGB (Red+Green+Blue) = 214+26+107=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A6B is #29E594. Grayscale: #5B5B5B. Windows color (decimal): -2745749 or 7019222. OLE color: 7019222.

HSL color Cylindrical-coordinate representation of color #D61A6B: hue angle of 334.15º 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 #D61A6B is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 107 -
CMYK 0 0.88 0.50 0.16
HSL 334.15º 0.78% 0.47% -
HSV(B) 334.15º 0.88% 0.84% -
XYZ 30.75 16.1 15.4 -
YUV 91.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 214 26 107 0 0.88 0.50 0.16 334.15 0.78 0.47
Hex D6 1A 6B 0 58 32 10 14E 4E 2F
Octal 326 32 153 0 130 62 20 516 116 57
Binary 11010110 11010 1101011 0 1011000 110010 10000 101001110 1001110 101111

Color Harmonies of #D61A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A6B

Black with #D61A6B

Text Example


Text Example

White with #D61A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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