Html Css Color HEX #DA205B Ruby

📋 copy color: '#DA205B'

red 218 ◦ green 32 ◦ blue 91

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

Shades of Ruby #DA205B

Tints of Ruby #DA205B

RGB

 RED value IS 218 (85.55% from 255) = 63.93%

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 63.93%
G = 9.38%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA205B (or 0xDA205B) is known color: Ruby. HEX triplet: DA, 20 and 5B. RGB value is (218,32,91). Sum of RGB (Red+Green+Blue) = 218+32+91=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA205B is #25DFA4. Grayscale: #5E5E5E. Windows color (decimal): -2482085 or 5972186. OLE color: 5972186.

HSL color Cylindrical-coordinate representation of color #DA205B: hue angle of 340.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA205B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 91 -
CMYK 0 0.85 0.58 0.15
HSL 340.97º 0.74% 0.49% -
HSV(B) 340.97º 0.85% 0.85% -
XYZ 31.32 16.69 11.47 -
YUV 94.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 218 32 91 0 0.85 0.58 0.15 340.97 0.74 0.49
Hex DA 20 5B 0 55 3A F 155 4A 31
Octal 332 40 133 0 125 72 17 525 112 61
Binary 11011010 100000 1011011 0 1010101 111010 1111 101010101 1001010 110001

Color Harmonies of #DA205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA205B

Black with #DA205B

Text Example


Text Example

White with #DA205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA205B; }

 p { color: rgb(218,32,91); }

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

background-color css

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

 a { background-color: rgb(218,32,91); }

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

border-color css

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

 span { border-color: rgb(218,32,91); }

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