Html Css Color HEX #D7206B Ruby

📋 copy color: '#D7206B'

red 215 ◦ green 32 ◦ blue 107

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

Shades of Ruby #D7206B

Tints of Ruby #D7206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 60.73%
G = 9.04%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7206B (or 0xD7206B) is known color: Ruby. HEX triplet: D7, 20 and 6B. RGB value is (215,32,107). Sum of RGB (Red+Green+Blue) = 215+32+107=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7206B is #28DF94. Grayscale: #5F5F5F. Windows color (decimal): -2678677 or 7020759. OLE color: 7020759.

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

Color convert

RGB 215 32 107 -
CMYK 0 0.85 0.50 0.16
HSL 335.41º 0.74% 0.48% -
HSV(B) 335.41º 0.85% 0.84% -
XYZ 31.19 16.54 15.46 -
YUV 95.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 215 32 107 0 0.85 0.50 0.16 335.41 0.74 0.48
Hex D7 20 6B 0 55 32 10 14F 4A 30
Octal 327 40 153 0 125 62 20 517 112 60
Binary 11010111 100000 1101011 0 1010101 110010 10000 101001111 1001010 110000

Color Harmonies of #D7206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7206B

Black with #D7206B

Text Example


Text Example

White with #D7206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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