Html Css Color HEX #D41762 Ruby

📋 copy color: '#D41762'

red 212 ◦ green 23 ◦ blue 98

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

Shades of Ruby #D41762

Tints of Ruby #D41762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 63.66%
G = 6.91%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D41762 (or 0xD41762) is known color: Ruby. HEX triplet: D4, 17 and 62. RGB value is (212,23,98). Sum of RGB (Red+Green+Blue) = 212+23+98=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D41762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41762 is #2BE89D. Grayscale: #575757. Windows color (decimal): -2877598 or 6428628. OLE color: 6428628.

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

Color convert

RGB 212 23 98 -
CMYK 0 0.89 0.54 0.17
HSL 336.19º 0.8% 0.46% -
HSV(B) 336.19º 0.89% 0.83% -
XYZ 29.66 15.49 12.98 -
YUV 88.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 212 23 98 0 0.89 0.54 0.17 336.19 0.8 0.46
Hex D4 17 62 0 59 36 11 150 50 2E
Octal 324 27 142 0 131 66 21 520 120 56
Binary 11010100 10111 1100010 0 1011001 110110 10001 101010000 1010000 101110

Color Harmonies of #D41762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41762

Black with #D41762

Text Example


Text Example

White with #D41762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41762; }

 p { color: rgb(212,23,98); }

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

background-color css

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

 a { background-color: rgb(212,23,98); }

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

border-color css

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

 span { border-color: rgb(212,23,98); }

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