Html Css Color HEX #D50B5C Ruby

📋 copy color: '#D50B5C'

red 213 ◦ green 11 ◦ blue 92

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

Shades of Ruby #D50B5C

Tints of Ruby #D50B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.48%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 67.41%
G = 3.48%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D50B5C (or 0xD50B5C) is known color: Ruby. HEX triplet: D5, 0B and 5C. RGB value is (213,11,92). Sum of RGB (Red+Green+Blue) = 213+11+92=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B5C is #2AF4A3. Grayscale: #505050. Windows color (decimal): -2815140 or 6032341. OLE color: 6032341.

HSL color Cylindrical-coordinate representation of color #D50B5C: hue angle of 335.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B5C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 11 92 -
CMYK 0 0.95 0.57 0.16
HSL 335.94º 0.9% 0.44% -
HSV(B) 335.94º 0.95% 0.84% -
XYZ 29.49 15.16 11.5 -
YUV 80.63 134.42 222.41 -
System Red Green Blue C M Y K H S L
Decimal 213 11 92 0 0.95 0.57 0.16 335.94 0.9 0.44
Hex D5 B 5C 0 5F 39 10 150 5A 2C
Octal 325 13 134 0 137 71 20 520 132 54
Binary 11010101 1011 1011100 0 1011111 111001 10000 101010000 1011010 101100

Color Harmonies of #D50B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B5C

Black with #D50B5C

Text Example


Text Example

White with #D50B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B5C; }

 p { color: rgb(213,11,92); }

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

background-color css

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

 a { background-color: rgb(213,11,92); }

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

border-color css

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

 span { border-color: rgb(213,11,92); }

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