Html Css Color HEX #D7205C Ruby

📋 copy color: '#D7205C'

red 215 ◦ green 32 ◦ blue 92

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

Shades of Ruby #D7205C

Tints of Ruby #D7205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 63.42%
G = 9.44%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7205C (or 0xD7205C) is known color: Ruby. HEX triplet: D7, 20 and 5C. RGB value is (215,32,92). Sum of RGB (Red+Green+Blue) = 215+32+92=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7205C is #28DFA3. Grayscale: #5D5D5D. Windows color (decimal): -2678692 or 6037719. OLE color: 6037719.

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

Color convert

RGB 215 32 92 -
CMYK 0 0.85 0.57 0.16
HSL 340.33º 0.74% 0.48% -
HSV(B) 340.33º 0.85% 0.84% -
XYZ 30.47 16.25 11.66 -
YUV 93.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 215 32 92 0 0.85 0.57 0.16 340.33 0.74 0.48
Hex D7 20 5C 0 55 39 10 154 4A 30
Octal 327 40 134 0 125 71 20 524 112 60
Binary 11010111 100000 1011100 0 1010101 111001 10000 101010100 1001010 110000

Color Harmonies of #D7205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7205C

Black with #D7205C

Text Example


Text Example

White with #D7205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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