Html Css Color HEX #D70C6A Ruby

📋 copy color: '#D70C6A'

red 215 ◦ green 12 ◦ blue 106

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

Shades of Ruby #D70C6A

Tints of Ruby #D70C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 64.56%
G = 3.6%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D70C6A (or 0xD70C6A) is known color: Ruby. HEX triplet: D7, 0C and 6A. RGB value is (215,12,106). Sum of RGB (Red+Green+Blue) = 215+12+106=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C6A is #28F395. Grayscale: #535353. Windows color (decimal): -2683798 or 6950103. OLE color: 6950103.

HSL color Cylindrical-coordinate representation of color #D70C6A: hue angle of 332.22º 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 #D70C6A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 106 -
CMYK 0 0.94 0.51 0.16
HSL 332.22º 0.89% 0.45% -
HSV(B) 332.22º 0.94% 0.84% -
XYZ 30.76 15.75 15.05 -
YUV 83.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 215 12 106 0 0.94 0.51 0.16 332.22 0.89 0.45
Hex D7 C 6A 0 5E 33 10 14C 59 2D
Octal 327 14 152 0 136 63 20 514 131 55
Binary 11010111 1100 1101010 0 1011110 110011 10000 101001100 1011001 101101

Color Harmonies of #D70C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C6A

Black with #D70C6A

Text Example


Text Example

White with #D70C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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