Html Css Color HEX #DE1B61 Ruby

📋 copy color: '#DE1B61'

red 222 ◦ green 27 ◦ blue 97

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

Shades of Ruby #DE1B61

Tints of Ruby #DE1B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 64.16%
G = 7.8%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE1B61 (or 0xDE1B61) is known color: Ruby. HEX triplet: DE, 1B and 61. RGB value is (222,27,97). Sum of RGB (Red+Green+Blue) = 222+27+97=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B61 is #21E49E. Grayscale: #5D5D5D. Windows color (decimal): -2221215 or 6364126. OLE color: 6364126.

HSL color Cylindrical-coordinate representation of color #DE1B61: hue angle of 338.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B61 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 27 97 -
CMYK 0 0.88 0.56 0.13
HSL 338.46º 0.78% 0.49% -
HSV(B) 338.46º 0.88% 0.87% -
XYZ 32.67 17.18 12.9 -
YUV 93.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 222 27 97 0 0.88 0.56 0.13 338.46 0.78 0.49
Hex DE 1B 61 0 58 38 D 152 4E 31
Octal 336 33 141 0 130 70 15 522 116 61
Binary 11011110 11011 1100001 0 1011000 111000 1101 101010010 1001110 110001

Color Harmonies of #DE1B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1B61

Black with #DE1B61

Text Example


Text Example

White with #DE1B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1B61; }

 p { color: rgb(222,27,97); }

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

background-color css

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

 a { background-color: rgb(222,27,97); }

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

border-color css

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

 span { border-color: rgb(222,27,97); }

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