Html Css Color HEX #D3205A Ruby

📋 copy color: '#D3205A'

red 211 ◦ green 32 ◦ blue 90

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

Shades of Ruby #D3205A

Tints of Ruby #D3205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 63.36%
G = 9.61%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3205A (or 0xD3205A) is known color: Ruby. HEX triplet: D3, 20 and 5A. RGB value is (211,32,90). Sum of RGB (Red+Green+Blue) = 211+32+90=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D3205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3205A is #2CDFA5. Grayscale: #5C5C5C. Windows color (decimal): -2940838 or 5906643. OLE color: 5906643.

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

Color convert

RGB 211 32 90 -
CMYK 0 0.85 0.57 0.17
HSL 340.56º 0.74% 0.48% -
HSV(B) 340.56º 0.85% 0.83% -
XYZ 29.23 15.62 11.15 -
YUV 92.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 211 32 90 0 0.85 0.57 0.17 340.56 0.74 0.48
Hex D3 20 5A 0 55 39 11 155 4A 30
Octal 323 40 132 0 125 71 21 525 112 60
Binary 11010011 100000 1011010 0 1010101 111001 10001 101010101 1001010 110000

Color Harmonies of #D3205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3205A

Black with #D3205A

Text Example


Text Example

White with #D3205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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