Html Css Color HEX #D7206D Ruby

📋 copy color: '#D7206D'

red 215 ◦ green 32 ◦ blue 109

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

Shades of Ruby #D7206D

Tints of Ruby #D7206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 60.39%
G = 8.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7206D (or 0xD7206D) is known color: Ruby. HEX triplet: D7, 20 and 6D. RGB value is (215,32,109). Sum of RGB (Red+Green+Blue) = 215+32+109=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7206D is #28DF92. Grayscale: #5F5F5F. Windows color (decimal): -2678675 or 7151831. OLE color: 7151831.

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

Color convert

RGB 215 32 109 -
CMYK 0 0.85 0.49 0.16
HSL 334.75º 0.74% 0.48% -
HSV(B) 334.75º 0.85% 0.84% -
XYZ 31.3 16.58 16.02 -
YUV 95.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 215 32 109 0 0.85 0.49 0.16 334.75 0.74 0.48
Hex D7 20 6D 0 55 31 10 14F 4A 30
Octal 327 40 155 0 125 61 20 517 112 60
Binary 11010111 100000 1101101 0 1010101 110001 10000 101001111 1001010 110000

Color Harmonies of #D7206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7206D

Black with #D7206D

Text Example


Text Example

White with #D7206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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