Html Css Color HEX #D5136C Ruby

📋 copy color: '#D5136C'

red 213 ◦ green 19 ◦ blue 108

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

Shades of Ruby #D5136C

Tints of Ruby #D5136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

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

R = 62.65%
G = 5.59%
B = 31.76%

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

#D5136C (or 0xD5136C) is known color: Ruby. HEX triplet: D5, 13 and 6C. RGB value is (213,19,108). Sum of RGB (Red+Green+Blue) = 213+19+108=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5136C is #2AEC93. Grayscale: #565656. Windows color (decimal): -2813076 or 7082965. OLE color: 7082965.

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

Color convert

RGB 213 19 108 -
CMYK 0 0.91 0.49 0.16
HSL 332.47º 0.84% 0.45% -
HSV(B) 332.47º 0.91% 0.84% -
XYZ 30.38 15.69 15.62 -
YUV 87.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 213 19 108 0 0.91 0.49 0.16 332.47 0.84 0.45
Hex D5 13 6C 0 5B 31 10 14C 54 2D
Octal 325 23 154 0 133 61 20 514 124 55
Binary 11010101 10011 1101100 0 1011011 110001 10000 101001100 1010100 101101

Color Harmonies of #D5136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5136C

Black with #D5136C

Text Example


Text Example

White with #D5136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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