Html Css Color HEX #DE2065 Ruby

📋 copy color: '#DE2065'

red 222 ◦ green 32 ◦ blue 101

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

Shades of Ruby #DE2065

Tints of Ruby #DE2065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 62.54%
G = 9.01%
B = 28.45%

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

#DE2065 (or 0xDE2065) is known color: Ruby. HEX triplet: DE, 20 and 65. RGB value is (222,32,101). Sum of RGB (Red+Green+Blue) = 222+32+101=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2065 is #21DF9A. Grayscale: #606060. Windows color (decimal): -2219931 or 6627550. OLE color: 6627550.

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

Color convert

RGB 222 32 101 -
CMYK 0 0.86 0.55 0.13
HSL 338.21º 0.75% 0.5% -
HSV(B) 338.21º 0.86% 0.87% -
XYZ 32.99 17.5 13.95 -
YUV 96.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 222 32 101 0 0.86 0.55 0.13 338.21 0.75 0.5
Hex DE 20 65 0 56 37 D 152 4B 32
Octal 336 40 145 0 126 67 15 522 113 62
Binary 11011110 100000 1100101 0 1010110 110111 1101 101010010 1001011 110010

Color Harmonies of #DE2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2065

Black with #DE2065

Text Example


Text Example

White with #DE2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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