Html Css Color HEX #D41A72 Ruby

📋 copy color: '#D41A72'

red 212 ◦ green 26 ◦ blue 114

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

Shades of Ruby #D41A72

Tints of Ruby #D41A72

RGB

 RED value IS 212 (83.2% from 255) = 60.23%

 GREEN value IS 26 (10.55% from 255) = 7.39%

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

R = 60.23%
G = 7.39%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D41A72 (or 0xD41A72) is known color: Ruby. HEX triplet: D4, 1A and 72. RGB value is (212,26,114). Sum of RGB (Red+Green+Blue) = 212+26+114=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A72 is #2BE58D. Grayscale: #5B5B5B. Windows color (decimal): -2876814 or 7477972. OLE color: 7477972.

HSL color Cylindrical-coordinate representation of color #D41A72: hue angle of 331.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A72 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 114 -
CMYK 0 0.88 0.46 0.17
HSL 331.61º 0.78% 0.47% -
HSV(B) 331.61º 0.88% 0.83% -
XYZ 30.56 15.95 17.39 -
YUV 91.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 212 26 114 0 0.88 0.46 0.17 331.61 0.78 0.47
Hex D4 1A 72 0 58 2E 11 14C 4E 2F
Octal 324 32 162 0 130 56 21 514 116 57
Binary 11010100 11010 1110010 0 1011000 101110 10001 101001100 1001110 101111

Color Harmonies of #D41A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A72

Black with #D41A72

Text Example


Text Example

White with #D41A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A72; }

 p { color: rgb(212,26,114); }

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

background-color css

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

 a { background-color: rgb(212,26,114); }

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

border-color css

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

 span { border-color: rgb(212,26,114); }

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