Html Css Color HEX #D50C67 Ruby

📋 copy color: '#D50C67'

red 213 ◦ green 12 ◦ blue 103

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

Shades of Ruby #D50C67

Tints of Ruby #D50C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 64.94%
G = 3.66%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D50C67 (or 0xD50C67) is known color: Ruby. HEX triplet: D5, 0C and 67. RGB value is (213,12,103). Sum of RGB (Red+Green+Blue) = 213+12+103=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C67 is #2AF398. Grayscale: #525252. Windows color (decimal): -2814873 or 6753493. OLE color: 6753493.

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

Color convert

RGB 213 12 103 -
CMYK 0 0.94 0.52 0.16
HSL 332.84º 0.89% 0.44% -
HSV(B) 332.84º 0.94% 0.84% -
XYZ 30.02 15.39 14.22 -
YUV 82.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 213 12 103 0 0.94 0.52 0.16 332.84 0.89 0.44
Hex D5 C 67 0 5E 34 10 14D 59 2C
Octal 325 14 147 0 136 64 20 515 131 54
Binary 11010101 1100 1100111 0 1011110 110100 10000 101001101 1011001 101100

Color Harmonies of #D50C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C67

Black with #D50C67

Text Example


Text Example

White with #D50C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C67; }

 p { color: rgb(213,12,103); }

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

background-color css

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

 a { background-color: rgb(213,12,103); }

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

border-color css

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

 span { border-color: rgb(213,12,103); }

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