Html Css Color HEX #D41468 Ruby

📋 copy color: '#D41468'

red 212 ◦ green 20 ◦ blue 104

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

Shades of Ruby #D41468

Tints of Ruby #D41468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 63.1%
G = 5.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D41468 (or 0xD41468) is known color: Ruby. HEX triplet: D4, 14 and 68. RGB value is (212,20,104). Sum of RGB (Red+Green+Blue) = 212+20+104=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D41468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41468 is #2BEB97. Grayscale: #565656. Windows color (decimal): -2878360 or 6821076. OLE color: 6821076.

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

Color convert

RGB 212 20 104 -
CMYK 0 0.91 0.51 0.17
HSL 333.75º 0.83% 0.45% -
HSV(B) 333.75º 0.91% 0.83% -
XYZ 29.9 15.5 14.51 -
YUV 86.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 212 20 104 0 0.91 0.51 0.17 333.75 0.83 0.45
Hex D4 14 68 0 5B 33 11 14E 53 2D
Octal 324 24 150 0 133 63 21 516 123 55
Binary 11010100 10100 1101000 0 1011011 110011 10001 101001110 1010011 101101

Color Harmonies of #D41468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41468

Black with #D41468

Text Example


Text Example

White with #D41468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41468; }

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

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

background-color css

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

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

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

border-color css

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

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

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