Html Css Color HEX #D5146C Ruby

📋 copy color: '#D5146C'

red 213 ◦ green 20 ◦ blue 108

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

Shades of Ruby #D5146C

Tints of Ruby #D5146C

RGB

 RED value IS 213 (83.59% from 255) = 62.46%

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 62.46%
G = 5.87%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5146C (or 0xD5146C) is known color: Ruby. HEX triplet: D5, 14 and 6C. RGB value is (213,20,108). Sum of RGB (Red+Green+Blue) = 213+20+108=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5146C is #2AEB93. Grayscale: #575757. Windows color (decimal): -2812820 or 7083221. OLE color: 7083221.

HSL color Cylindrical-coordinate representation of color #D5146C: hue angle of 332.64º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5146C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 108 -
CMYK 0 0.91 0.49 0.16
HSL 332.64º 0.83% 0.46% -
HSV(B) 332.64º 0.91% 0.84% -
XYZ 30.4 15.73 15.62 -
YUV 87.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 213 20 108 0 0.91 0.49 0.16 332.64 0.83 0.46
Hex D5 14 6C 0 5B 31 10 14D 53 2E
Octal 325 24 154 0 133 61 20 515 123 56
Binary 11010101 10100 1101100 0 1011011 110001 10000 101001101 1010011 101110

Color Harmonies of #D5146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5146C

Black with #D5146C

Text Example


Text Example

White with #D5146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5146C; }

 p { color: rgb(213,20,108); }

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

background-color css

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

 a { background-color: rgb(213,20,108); }

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

border-color css

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

 span { border-color: rgb(213,20,108); }

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