Html Css Color HEX #DE1775 Ruby

📋 copy color: '#DE1775'

red 222 ◦ green 23 ◦ blue 117

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

Shades of Ruby #DE1775

Tints of Ruby #DE1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 61.33%
G = 6.35%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1775 (or 0xDE1775) is known color: Ruby. HEX triplet: DE, 17 and 75. RGB value is (222,23,117). Sum of RGB (Red+Green+Blue) = 222+23+117=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1775 is #21E88A. Grayscale: #5D5D5D. Windows color (decimal): -2222219 or 7673822. OLE color: 7673822.

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

Color convert

RGB 222 23 117 -
CMYK 0 0.90 0.47 0.13
HSL 331.66º 0.81% 0.48% -
HSV(B) 331.66º 0.9% 0.87% -
XYZ 33.64 17.43 18.42 -
YUV 93.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 222 23 117 0 0.90 0.47 0.13 331.66 0.81 0.48
Hex DE 17 75 0 5A 2F D 14C 51 30
Octal 336 27 165 0 132 57 15 514 121 60
Binary 11011110 10111 1110101 0 1011010 101111 1101 101001100 1010001 110000

Color Harmonies of #DE1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1775

Black with #DE1775

Text Example


Text Example

White with #DE1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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