Html Css Color HEX #D7006F Ruby

📋 copy color: '#D7006F'

red 215 ◦ green 0 ◦ blue 111

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

Shades of Ruby #D7006F

Tints of Ruby #D7006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 65.95%
G = 0%
B = 34.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7006F (or 0xD7006F) is known color: Ruby. HEX triplet: D7, 00 and 6F. RGB value is (215,0,111). Sum of RGB (Red+Green+Blue) = 215+0+111=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7006F is #28FF90. Grayscale: #4C4C4C. Windows color (decimal): -2686865 or 7274711. OLE color: 7274711.

HSL color Cylindrical-coordinate representation of color #D7006F: hue angle of 329.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7006F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 111 -
CMYK 0 1 0.48 0.16
HSL 329.02º 1% 0.42% -
HSV(B) 329.02º 1% 0.84% -
XYZ 30.89 15.59 16.42 -
YUV 76.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 215 0 111 0 1 0.48 0.16 329.02 1 0.42
Hex D7 0 6F 0 64 30 10 149 64 2A
Octal 327 0 157 0 144 60 20 511 144 52
Binary 11010111 0 1101111 0 1100100 110000 10000 101001001 1100100 101010

Color Harmonies of #D7006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7006F

Black with #D7006F

Text Example


Text Example

White with #D7006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7006F; }

 p { color: rgb(215,0,111); }

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

background-color css

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

 a { background-color: rgb(215,0,111); }

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

border-color css

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

 span { border-color: rgb(215,0,111); }

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