Html Css Color HEX #D41469 Ruby

📋 copy color: '#D41469'

red 212 ◦ green 20 ◦ blue 105

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

Shades of Ruby #D41469

Tints of Ruby #D41469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 62.91%
G = 5.93%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D41469 (or 0xD41469) is known color: Ruby. HEX triplet: D4, 14 and 69. RGB value is (212,20,105). Sum of RGB (Red+Green+Blue) = 212+20+105=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D41469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41469 is #2BEB96. Grayscale: #565656. Windows color (decimal): -2878359 or 6886612. OLE color: 6886612.

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

Color convert

RGB 212 20 105 -
CMYK 0 0.91 0.50 0.17
HSL 333.44º 0.83% 0.45% -
HSV(B) 333.44º 0.91% 0.83% -
XYZ 29.95 15.52 14.78 -
YUV 87.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 212 20 105 0 0.91 0.50 0.17 333.44 0.83 0.45
Hex D4 14 69 0 5B 32 11 14D 53 2D
Octal 324 24 151 0 133 62 21 515 123 55
Binary 11010100 10100 1101001 0 1011011 110010 10001 101001101 1010011 101101

Color Harmonies of #D41469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41469

Black with #D41469

Text Example


Text Example

White with #D41469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41469; }

 p { color: rgb(212,20,105); }

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

background-color css

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

 a { background-color: rgb(212,20,105); }

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

border-color css

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

 span { border-color: rgb(212,20,105); }

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