Html Css Color HEX #DE1361 Ruby

📋 copy color: '#DE1361'

red 222 ◦ green 19 ◦ blue 97

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

Shades of Ruby #DE1361

Tints of Ruby #DE1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

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

R = 65.68%
G = 5.62%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE1361 (or 0xDE1361) is known color: Ruby. HEX triplet: DE, 13 and 61. RGB value is (222,19,97). Sum of RGB (Red+Green+Blue) = 222+19+97=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1361 is #21EC9E. Grayscale: #585858. Windows color (decimal): -2223263 or 6362078. OLE color: 6362078.

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

Color convert

RGB 222 19 97 -
CMYK 0 0.91 0.56 0.13
HSL 336.95º 0.84% 0.47% -
HSV(B) 336.95º 0.91% 0.87% -
XYZ 32.51 16.86 12.85 -
YUV 88.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 222 19 97 0 0.91 0.56 0.13 336.95 0.84 0.47
Hex DE 13 61 0 5B 38 D 151 54 2F
Octal 336 23 141 0 133 70 15 521 124 57
Binary 11011110 10011 1100001 0 1011011 111000 1101 101010001 1010100 101111

Color Harmonies of #DE1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1361

Black with #DE1361

Text Example


Text Example

White with #DE1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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