Html Css Color HEX #DE205A Ruby

📋 copy color: '#DE205A'

red 222 ◦ green 32 ◦ blue 90

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

Shades of Ruby #DE205A

Tints of Ruby #DE205A

RGB

 RED value IS 222 (87.11% from 255) = 64.53%

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

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

R = 64.53%
G = 9.3%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE205A (or 0xDE205A) is known color: Ruby. HEX triplet: DE, 20 and 5A. RGB value is (222,32,90). Sum of RGB (Red+Green+Blue) = 222+32+90=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE205A is #21DFA5. Grayscale: #5F5F5F. Windows color (decimal): -2219942 or 5906654. OLE color: 5906654.

HSL color Cylindrical-coordinate representation of color #DE205A: hue angle of 341.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE205A is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 90 -
CMYK 0 0.86 0.59 0.13
HSL 341.68º 0.75% 0.5% -
HSV(B) 341.68º 0.86% 0.87% -
XYZ 32.49 17.3 11.3 -
YUV 95.42 124.95 218.28 -
System Red Green Blue C M Y K H S L
Decimal 222 32 90 0 0.86 0.59 0.13 341.68 0.75 0.5
Hex DE 20 5A 0 56 3B D 156 4B 32
Octal 336 40 132 0 126 73 15 526 113 62
Binary 11011110 100000 1011010 0 1010110 111011 1101 101010110 1001011 110010

Color Harmonies of #DE205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE205A

Black with #DE205A

Text Example


Text Example

White with #DE205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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