Html Css Color HEX #D41E70 Ruby

📋 copy color: '#D41E70'

red 212 ◦ green 30 ◦ blue 112

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

Shades of Ruby #D41E70

Tints of Ruby #D41E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 59.89%
G = 8.47%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D41E70 (or 0xD41E70) is known color: Ruby. HEX triplet: D4, 1E and 70. RGB value is (212,30,112). Sum of RGB (Red+Green+Blue) = 212+30+112=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41E70 is #2BE18F. Grayscale: #5D5D5D. Windows color (decimal): -2875792 or 7347924. OLE color: 7347924.

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

Color convert

RGB 212 30 112 -
CMYK 0 0.86 0.47 0.17
HSL 332.97º 0.75% 0.47% -
HSV(B) 332.97º 0.86% 0.83% -
XYZ 30.54 16.1 16.83 -
YUV 93.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 212 30 112 0 0.86 0.47 0.17 332.97 0.75 0.47
Hex D4 1E 70 0 56 2F 11 14D 4B 2F
Octal 324 36 160 0 126 57 21 515 113 57
Binary 11010100 11110 1110000 0 1010110 101111 10001 101001101 1001011 101111

Color Harmonies of #D41E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E70

Black with #D41E70

Text Example


Text Example

White with #D41E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E70; }

 p { color: rgb(212,30,112); }

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

background-color css

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

 a { background-color: rgb(212,30,112); }

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

border-color css

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

 span { border-color: rgb(212,30,112); }

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