Html Css Color HEX #D61B71 Ruby

📋 copy color: '#D61B71'

red 214 ◦ green 27 ◦ blue 113

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

Shades of Ruby #D61B71

Tints of Ruby #D61B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 60.45%
G = 7.63%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D61B71 (or 0xD61B71) is known color: Ruby. HEX triplet: D6, 1B and 71. RGB value is (214,27,113). Sum of RGB (Red+Green+Blue) = 214+27+113=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B71 is #29E48E. Grayscale: #5C5C5C. Windows color (decimal): -2745487 or 7412694. OLE color: 7412694.

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

Color convert

RGB 214 27 113 -
CMYK 0 0.87 0.47 0.16
HSL 332.41º 0.78% 0.47% -
HSV(B) 332.41º 0.87% 0.84% -
XYZ 31.1 16.27 17.12 -
YUV 92.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 214 27 113 0 0.87 0.47 0.16 332.41 0.78 0.47
Hex D6 1B 71 0 57 2F 10 14C 4E 2F
Octal 326 33 161 0 127 57 20 514 116 57
Binary 11010110 11011 1110001 0 1010111 101111 10000 101001100 1001110 101111

Color Harmonies of #D61B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B71

Black with #D61B71

Text Example


Text Example

White with #D61B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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