Html Css Color HEX #DE0275 Ruby

📋 copy color: '#DE0275'

red 222 ◦ green 2 ◦ blue 117

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

Shades of Ruby #DE0275

Tints of Ruby #DE0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 65.1%
G = 0.59%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0275 (or 0xDE0275) is known color: Ruby. HEX triplet: DE, 02 and 75. RGB value is (222,2,117). Sum of RGB (Red+Green+Blue) = 222+2+117=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0275 is #21FD8A. Grayscale: #505050. Windows color (decimal): -2227595 or 7668446. OLE color: 7668446.

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

Color convert

RGB 222 2 117 -
CMYK 0 0.99 0.47 0.13
HSL 328.64º 0.98% 0.44% -
HSV(B) 328.64º 0.99% 0.87% -
XYZ 33.36 16.86 18.33 -
YUV 80.89 148.39 228.65 -
System Red Green Blue C M Y K H S L
Decimal 222 2 117 0 0.99 0.47 0.13 328.64 0.98 0.44
Hex DE 2 75 0 63 2F D 149 62 2C
Octal 336 2 165 0 143 57 15 511 142 54
Binary 11011110 10 1110101 0 1100011 101111 1101 101001001 1100010 101100

Color Harmonies of #DE0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0275

Black with #DE0275

Text Example


Text Example

White with #DE0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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