Html Css Color HEX #DE1875 Ruby

📋 copy color: '#DE1875'

red 222 ◦ green 24 ◦ blue 117

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

Shades of Ruby #DE1875

Tints of Ruby #DE1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 61.16%
G = 6.61%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1875 (or 0xDE1875) is known color: Ruby. HEX triplet: DE, 18 and 75. RGB value is (222,24,117). Sum of RGB (Red+Green+Blue) = 222+24+117=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1875 is #21E78A. Grayscale: #5D5D5D. Windows color (decimal): -2221963 or 7674078. OLE color: 7674078.

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

Color convert

RGB 222 24 117 -
CMYK 0 0.89 0.47 0.13
HSL 331.82º 0.8% 0.48% -
HSV(B) 331.82º 0.89% 0.87% -
XYZ 33.66 17.47 18.43 -
YUV 93.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 222 24 117 0 0.89 0.47 0.13 331.82 0.8 0.48
Hex DE 18 75 0 59 2F D 14C 50 30
Octal 336 30 165 0 131 57 15 514 120 60
Binary 11011110 11000 1110101 0 1011001 101111 1101 101001100 1010000 110000

Color Harmonies of #DE1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1875

Black with #DE1875

Text Example


Text Example

White with #DE1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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