Html Css Color HEX #D41B66 Ruby

📋 copy color: '#D41B66'

red 212 ◦ green 27 ◦ blue 102

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

Shades of Ruby #D41B66

Tints of Ruby #D41B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 62.17%
G = 7.92%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D41B66 (or 0xD41B66) is known color: Ruby. HEX triplet: D4, 1B and 66. RGB value is (212,27,102). Sum of RGB (Red+Green+Blue) = 212+27+102=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41B66 is #2BE499. Grayscale: #5A5A5A. Windows color (decimal): -2876570 or 6691796. OLE color: 6691796.

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

Color convert

RGB 212 27 102 -
CMYK 0 0.87 0.52 0.17
HSL 335.68º 0.77% 0.47% -
HSV(B) 335.68º 0.87% 0.83% -
XYZ 29.94 15.74 14.03 -
YUV 90.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 212 27 102 0 0.87 0.52 0.17 335.68 0.77 0.47
Hex D4 1B 66 0 57 34 11 150 4D 2F
Octal 324 33 146 0 127 64 21 520 115 57
Binary 11010100 11011 1100110 0 1010111 110100 10001 101010000 1001101 101111

Color Harmonies of #D41B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41B66

Black with #D41B66

Text Example


Text Example

White with #D41B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41B66; }

 p { color: rgb(212,27,102); }

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

background-color css

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

 a { background-color: rgb(212,27,102); }

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

border-color css

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

 span { border-color: rgb(212,27,102); }

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