Html Css Color HEX #D51B6B Ruby

📋 copy color: '#D51B6B'

red 213 ◦ green 27 ◦ blue 107

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

Shades of Ruby #D51B6B

Tints of Ruby #D51B6B

RGB

 RED value IS 213 (83.59% from 255) = 61.38%

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

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

R = 61.38%
G = 7.78%
B = 30.84%

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

#D51B6B (or 0xD51B6B) is known color: Ruby. HEX triplet: D5, 1B and 6B. RGB value is (213,27,107). Sum of RGB (Red+Green+Blue) = 213+27+107=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B6B is #2AE494. Grayscale: #5B5B5B. Windows color (decimal): -2811029 or 7019477. OLE color: 7019477.

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

Color convert

RGB 213 27 107 -
CMYK 0 0.87 0.50 0.16
HSL 334.19º 0.78% 0.47% -
HSV(B) 334.19º 0.87% 0.84% -
XYZ 30.49 15.99 15.39 -
YUV 91.73 136.62 214.5 -
System Red Green Blue C M Y K H S L
Decimal 213 27 107 0 0.87 0.50 0.16 334.19 0.78 0.47
Hex D5 1B 6B 0 57 32 10 14E 4E 2F
Octal 325 33 153 0 127 62 20 516 116 57
Binary 11010101 11011 1101011 0 1010111 110010 10000 101001110 1001110 101111

Color Harmonies of #D51B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B6B

Black with #D51B6B

Text Example


Text Example

White with #D51B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B6B; }

 p { color: rgb(213,27,107); }

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

background-color css

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

 a { background-color: rgb(213,27,107); }

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

border-color css

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

 span { border-color: rgb(213,27,107); }

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