Html Css Color HEX #D51367 Ruby

📋 copy color: '#D51367'

red 213 ◦ green 19 ◦ blue 103

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

Shades of Ruby #D51367

Tints of Ruby #D51367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 63.58%
G = 5.67%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D51367 (or 0xD51367) is known color: Ruby. HEX triplet: D5, 13 and 67. RGB value is (213,19,103). Sum of RGB (Red+Green+Blue) = 213+19+103=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51367 is #2AEC98. Grayscale: #565656. Windows color (decimal): -2813081 or 6755285. OLE color: 6755285.

HSL color Cylindrical-coordinate representation of color #D51367: hue angle of 334.02º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51367 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 103 -
CMYK 0 0.91 0.52 0.16
HSL 334.02º 0.84% 0.45% -
HSV(B) 334.02º 0.91% 0.84% -
XYZ 30.12 15.59 14.25 -
YUV 86.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 213 19 103 0 0.91 0.52 0.16 334.02 0.84 0.45
Hex D5 13 67 0 5B 34 10 14E 54 2D
Octal 325 23 147 0 133 64 20 516 124 55
Binary 11010101 10011 1100111 0 1011011 110100 10000 101001110 1010100 101101

Color Harmonies of #D51367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51367

Black with #D51367

Text Example


Text Example

White with #D51367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51367; }

 p { color: rgb(213,19,103); }

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

background-color css

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

 a { background-color: rgb(213,19,103); }

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

border-color css

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

 span { border-color: rgb(213,19,103); }

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