Html Css Color HEX #D4146F Ruby

📋 copy color: '#D4146F'

red 212 ◦ green 20 ◦ blue 111

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

Shades of Ruby #D4146F

Tints of Ruby #D4146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 61.81%
G = 5.83%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4146F (or 0xD4146F) is known color: Ruby. HEX triplet: D4, 14 and 6F. RGB value is (212,20,111). Sum of RGB (Red+Green+Blue) = 212+20+111=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4146F is #2BEB90. Grayscale: #575757. Windows color (decimal): -2878353 or 7279828. OLE color: 7279828.

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

Color convert

RGB 212 20 111 -
CMYK 0 0.91 0.48 0.17
HSL 331.56º 0.83% 0.45% -
HSV(B) 331.56º 0.91% 0.83% -
XYZ 30.27 15.65 16.46 -
YUV 87.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 212 20 111 0 0.91 0.48 0.17 331.56 0.83 0.45
Hex D4 14 6F 0 5B 30 11 14C 53 2D
Octal 324 24 157 0 133 60 21 514 123 55
Binary 11010100 10100 1101111 0 1011011 110000 10001 101001100 1010011 101101

Color Harmonies of #D4146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4146F

Black with #D4146F

Text Example


Text Example

White with #D4146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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