Html Css Color HEX #D3205D Ruby

📋 copy color: '#D3205D'

red 211 ◦ green 32 ◦ blue 93

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

Shades of Ruby #D3205D

Tints of Ruby #D3205D

RGB

 RED value IS 211 (82.81% from 255) = 62.8%

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 62.8%
G = 9.52%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3205D (or 0xD3205D) is known color: Ruby. HEX triplet: D3, 20 and 5D. RGB value is (211,32,93). Sum of RGB (Red+Green+Blue) = 211+32+93=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3205D is #2CDFA2. Grayscale: #5C5C5C. Windows color (decimal): -2940835 or 6103251. OLE color: 6103251.

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

Color convert

RGB 211 32 93 -
CMYK 0 0.85 0.56 0.17
HSL 339.55º 0.74% 0.48% -
HSV(B) 339.55º 0.85% 0.83% -
XYZ 29.36 15.67 11.83 -
YUV 92.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 211 32 93 0 0.85 0.56 0.17 339.55 0.74 0.48
Hex D3 20 5D 0 55 38 11 154 4A 30
Octal 323 40 135 0 125 70 21 524 112 60
Binary 11010011 100000 1011101 0 1010101 111000 10001 101010100 1001010 110000

Color Harmonies of #D3205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3205D

Black with #D3205D

Text Example


Text Example

White with #D3205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3205D; }

 p { color: rgb(211,32,93); }

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

background-color css

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

 a { background-color: rgb(211,32,93); }

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

border-color css

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

 span { border-color: rgb(211,32,93); }

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