Html Css Color HEX #D61B5C Ruby

📋 copy color: '#D61B5C'

red 214 ◦ green 27 ◦ blue 92

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

Shades of Ruby #D61B5C

Tints of Ruby #D61B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 64.26%
G = 8.11%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D61B5C (or 0xD61B5C) is known color: Ruby. HEX triplet: D6, 1B and 5C. RGB value is (214,27,92). Sum of RGB (Red+Green+Blue) = 214+27+92=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B5C is #29E4A3. Grayscale: #5A5A5A. Windows color (decimal): -2745508 or 6036438. OLE color: 6036438.

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

Color convert

RGB 214 27 92 -
CMYK 0 0.87 0.57 0.16
HSL 339.14º 0.78% 0.47% -
HSV(B) 339.14º 0.87% 0.84% -
XYZ 30.06 15.85 11.6 -
YUV 90.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 214 27 92 0 0.87 0.57 0.16 339.14 0.78 0.47
Hex D6 1B 5C 0 57 39 10 153 4E 2F
Octal 326 33 134 0 127 71 20 523 116 57
Binary 11010110 11011 1011100 0 1010111 111001 10000 101010011 1001110 101111

Color Harmonies of #D61B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B5C

Black with #D61B5C

Text Example


Text Example

White with #D61B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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