Html Css Color HEX #D70C5A Ruby

📋 copy color: '#D70C5A'

red 215 ◦ green 12 ◦ blue 90

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

Shades of Ruby #D70C5A

Tints of Ruby #D70C5A

RGB

 RED value IS 215 (84.38% from 255) = 67.82%

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 67.82%
G = 3.79%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D70C5A (or 0xD70C5A) is known color: Ruby. HEX triplet: D7, 0C and 5A. RGB value is (215,12,90). Sum of RGB (Red+Green+Blue) = 215+12+90=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C5A is #28F3A5. Grayscale: #515151. Windows color (decimal): -2683814 or 5901527. OLE color: 5901527.

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

Color convert

RGB 215 12 90 -
CMYK 0 0.94 0.58 0.16
HSL 336.95º 0.89% 0.45% -
HSV(B) 336.95º 0.94% 0.84% -
XYZ 30 15.45 11.07 -
YUV 81.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 215 12 90 0 0.94 0.58 0.16 336.95 0.89 0.45
Hex D7 C 5A 0 5E 3A 10 151 59 2D
Octal 327 14 132 0 136 72 20 521 131 55
Binary 11010111 1100 1011010 0 1011110 111010 10000 101010001 1011001 101101

Color Harmonies of #D70C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C5A

Black with #D70C5A

Text Example


Text Example

White with #D70C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C5A; }

 p { color: rgb(215,12,90); }

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

background-color css

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

 a { background-color: rgb(215,12,90); }

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

border-color css

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

 span { border-color: rgb(215,12,90); }

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