Html Css Color HEX #D61B6C Ruby

📋 copy color: '#D61B6C'

red 214 ◦ green 27 ◦ blue 108

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

Shades of Ruby #D61B6C

Tints of Ruby #D61B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 61.32%
G = 7.74%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61B6C (or 0xD61B6C) is known color: Ruby. HEX triplet: D6, 1B and 6C. RGB value is (214,27,108). Sum of RGB (Red+Green+Blue) = 214+27+108=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B6C is #29E493. Grayscale: #5C5C5C. Windows color (decimal): -2745492 or 7085014. OLE color: 7085014.

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

Color convert

RGB 214 27 108 -
CMYK 0 0.87 0.50 0.16
HSL 334.01º 0.78% 0.47% -
HSV(B) 334.01º 0.87% 0.84% -
XYZ 30.83 16.16 15.68 -
YUV 92.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 214 27 108 0 0.87 0.50 0.16 334.01 0.78 0.47
Hex D6 1B 6C 0 57 32 10 14E 4E 2F
Octal 326 33 154 0 127 62 20 516 116 57
Binary 11010110 11011 1101100 0 1010111 110010 10000 101001110 1001110 101111

Color Harmonies of #D61B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B6C

Black with #D61B6C

Text Example


Text Example

White with #D61B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B6C; }

 p { color: rgb(214,27,108); }

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

background-color css

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

 a { background-color: rgb(214,27,108); }

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

border-color css

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

 span { border-color: rgb(214,27,108); }

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