Html Css Color HEX #D41862 Ruby

📋 copy color: '#D41862'

red 212 ◦ green 24 ◦ blue 98

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

Shades of Ruby #D41862

Tints of Ruby #D41862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

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

R = 63.47%
G = 7.19%
B = 29.34%

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

#D41862 (or 0xD41862) is known color: Ruby. HEX triplet: D4, 18 and 62. RGB value is (212,24,98). Sum of RGB (Red+Green+Blue) = 212+24+98=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D41862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41862 is #2BE79D. Grayscale: #585858. Windows color (decimal): -2877342 or 6428884. OLE color: 6428884.

HSL color Cylindrical-coordinate representation of color #D41862: hue angle of 336.38º 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 #D41862 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 98 -
CMYK 0 0.89 0.54 0.17
HSL 336.38º 0.8% 0.46% -
HSV(B) 336.38º 0.89% 0.83% -
XYZ 29.68 15.53 12.99 -
YUV 88.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 212 24 98 0 0.89 0.54 0.17 336.38 0.8 0.46
Hex D4 18 62 0 59 36 11 150 50 2E
Octal 324 30 142 0 131 66 21 520 120 56
Binary 11010100 11000 1100010 0 1011001 110110 10001 101010000 1010000 101110

Color Harmonies of #D41862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41862

Black with #D41862

Text Example


Text Example

White with #D41862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41862; }

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

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

background-color css

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

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

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

border-color css

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

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

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