Html Css Color HEX #D70B6B Ruby

📋 copy color: '#D70B6B'

red 215 ◦ green 11 ◦ blue 107

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

Shades of Ruby #D70B6B

Tints of Ruby #D70B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 64.56%
G = 3.3%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D70B6B (or 0xD70B6B) is known color: Ruby. HEX triplet: D7, 0B and 6B. RGB value is (215,11,107). Sum of RGB (Red+Green+Blue) = 215+11+107=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B6B is #28F494. Grayscale: #525252. Windows color (decimal): -2684053 or 7015383. OLE color: 7015383.

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

Color convert

RGB 215 11 107 -
CMYK 0 0.95 0.50 0.16
HSL 331.76º 0.9% 0.44% -
HSV(B) 331.76º 0.95% 0.84% -
XYZ 30.8 15.75 15.33 -
YUV 82.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 215 11 107 0 0.95 0.50 0.16 331.76 0.9 0.44
Hex D7 B 6B 0 5F 32 10 14C 5A 2C
Octal 327 13 153 0 137 62 20 514 132 54
Binary 11010111 1011 1101011 0 1011111 110010 10000 101001100 1011010 101100

Color Harmonies of #D70B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B6B

Black with #D70B6B

Text Example


Text Example

White with #D70B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B6B; }

 p { color: rgb(215,11,107); }

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

background-color css

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

 a { background-color: rgb(215,11,107); }

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

border-color css

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

 span { border-color: rgb(215,11,107); }

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