Html Css Color HEX #DE1767 Ruby

📋 copy color: '#DE1767'

red 222 ◦ green 23 ◦ blue 103

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

Shades of Ruby #DE1767

Tints of Ruby #DE1767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 63.79%
G = 6.61%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE1767 (or 0xDE1767) is known color: Ruby. HEX triplet: DE, 17 and 67. RGB value is (222,23,103). Sum of RGB (Red+Green+Blue) = 222+23+103=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1767 is #21E898. Grayscale: #5B5B5B. Windows color (decimal): -2222233 or 6756318. OLE color: 6756318.

HSL color Cylindrical-coordinate representation of color #DE1767: hue angle of 335.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1767 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 103 -
CMYK 0 0.90 0.54 0.13
HSL 335.88º 0.81% 0.48% -
HSV(B) 335.88º 0.9% 0.87% -
XYZ 32.88 17.12 14.4 -
YUV 91.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 222 23 103 0 0.90 0.54 0.13 335.88 0.81 0.48
Hex DE 17 67 0 5A 36 D 150 51 30
Octal 336 27 147 0 132 66 15 520 121 60
Binary 11011110 10111 1100111 0 1011010 110110 1101 101010000 1010001 110000

Color Harmonies of #DE1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1767

Black with #DE1767

Text Example


Text Example

White with #DE1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1767; }

 p { color: rgb(222,23,103); }

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

background-color css

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

 a { background-color: rgb(222,23,103); }

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

border-color css

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

 span { border-color: rgb(222,23,103); }

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