Html Css Color HEX #D51C72 Ruby

📋 copy color: '#D51C72'

red 213 ◦ green 28 ◦ blue 114

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

Shades of Ruby #D51C72

Tints of Ruby #D51C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 60%
G = 7.89%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51C72 (or 0xD51C72) is known color: Ruby. HEX triplet: D5, 1C and 72. RGB value is (213,28,114). Sum of RGB (Red+Green+Blue) = 213+28+114=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C72 is #2AE38D. Grayscale: #5C5C5C. Windows color (decimal): -2810766 or 7478485. OLE color: 7478485.

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

Color convert

RGB 213 28 114 -
CMYK 0 0.87 0.46 0.16
HSL 332.11º 0.77% 0.47% -
HSV(B) 332.11º 0.87% 0.84% -
XYZ 30.89 16.19 17.42 -
YUV 93.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 213 28 114 0 0.87 0.46 0.16 332.11 0.77 0.47
Hex D5 1C 72 0 57 2E 10 14C 4D 2F
Octal 325 34 162 0 127 56 20 514 115 57
Binary 11010101 11100 1110010 0 1010111 101110 10000 101001100 1001101 101111

Color Harmonies of #D51C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C72

Black with #D51C72

Text Example


Text Example

White with #D51C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C72; }

 p { color: rgb(213,28,114); }

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

background-color css

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

 a { background-color: rgb(213,28,114); }

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

border-color css

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

 span { border-color: rgb(213,28,114); }

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