Html Css Color HEX #DE2063 Ruby

📋 copy color: '#DE2063'

red 222 ◦ green 32 ◦ blue 99

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

Shades of Ruby #DE2063

Tints of Ruby #DE2063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 62.89%
G = 9.07%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2063 (or 0xDE2063) is known color: Ruby. HEX triplet: DE, 20 and 63. RGB value is (222,32,99). Sum of RGB (Red+Green+Blue) = 222+32+99=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2063 is #21DF9C. Grayscale: #606060. Windows color (decimal): -2219933 or 6496478. OLE color: 6496478.

HSL color Cylindrical-coordinate representation of color #DE2063: hue angle of 338.84º 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 #DE2063 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 99 -
CMYK 0 0.86 0.55 0.13
HSL 338.84º 0.75% 0.5% -
HSV(B) 338.84º 0.86% 0.87% -
XYZ 32.89 17.46 13.44 -
YUV 96.45 129.45 217.55 -
System Red Green Blue C M Y K H S L
Decimal 222 32 99 0 0.86 0.55 0.13 338.84 0.75 0.5
Hex DE 20 63 0 56 37 D 153 4B 32
Octal 336 40 143 0 126 67 15 523 113 62
Binary 11011110 100000 1100011 0 1010110 110111 1101 101010011 1001011 110010

Color Harmonies of #DE2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2063

Black with #DE2063

Text Example


Text Example

White with #DE2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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