Html Css Color HEX #DE0175 Ruby

📋 copy color: '#DE0175'

red 222 ◦ green 1 ◦ blue 117

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

Shades of Ruby #DE0175

Tints of Ruby #DE0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 65.29%
G = 0.29%
B = 34.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0175 (or 0xDE0175) is known color: Ruby. HEX triplet: DE, 01 and 75. RGB value is (222,1,117). Sum of RGB (Red+Green+Blue) = 222+1+117=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0175 is #21FE8A. Grayscale: #505050. Windows color (decimal): -2227851 or 7668190. OLE color: 7668190.

HSL color Cylindrical-coordinate representation of color #DE0175: hue angle of 328.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0175 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 117 -
CMYK 0 1.00 0.47 0.13
HSL 328.51º 0.99% 0.44% -
HSV(B) 328.51º 1% 0.87% -
XYZ 33.35 16.84 18.32 -
YUV 80.3 148.72 229.07 -
System Red Green Blue C M Y K H S L
Decimal 222 1 117 0 1.00 0.47 0.13 328.51 0.99 0.44
Hex DE 1 75 0 64 2F D 149 63 2C
Octal 336 1 165 0 144 57 15 511 143 54
Binary 11011110 1 1110101 0 1100100 101111 1101 101001001 1100011 101100

Color Harmonies of #DE0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0175

Black with #DE0175

Text Example


Text Example

White with #DE0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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