Html Css Color HEX #D4146B Ruby

📋 copy color: '#D4146B'

red 212 ◦ green 20 ◦ blue 107

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

Shades of Ruby #D4146B

Tints of Ruby #D4146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 62.54%
G = 5.9%
B = 31.56%

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

#D4146B (or 0xD4146B) is known color: Ruby. HEX triplet: D4, 14 and 6B. RGB value is (212,20,107). Sum of RGB (Red+Green+Blue) = 212+20+107=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4146B is #2BEB94. Grayscale: #575757. Windows color (decimal): -2878357 or 7017684. OLE color: 7017684.

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

Color convert

RGB 212 20 107 -
CMYK 0 0.91 0.50 0.17
HSL 332.81º 0.83% 0.45% -
HSV(B) 332.81º 0.91% 0.83% -
XYZ 30.06 15.56 15.33 -
YUV 87.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 212 20 107 0 0.91 0.50 0.17 332.81 0.83 0.45
Hex D4 14 6B 0 5B 32 11 14D 53 2D
Octal 324 24 153 0 133 62 21 515 123 55
Binary 11010100 10100 1101011 0 1011011 110010 10001 101001101 1010011 101101

Color Harmonies of #D4146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4146B

Black with #D4146B

Text Example


Text Example

White with #D4146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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