Html Css Color HEX #DE1F64 Ruby

📋 copy color: '#DE1F64'

red 222 ◦ green 31 ◦ blue 100

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

Shades of Ruby #DE1F64

Tints of Ruby #DE1F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 62.89%
G = 8.78%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE1F64 (or 0xDE1F64) is known color: Ruby. HEX triplet: DE, 1F and 64. RGB value is (222,31,100). Sum of RGB (Red+Green+Blue) = 222+31+100=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F64 is #21E09B. Grayscale: #5F5F5F. Windows color (decimal): -2220188 or 6561758. OLE color: 6561758.

HSL color Cylindrical-coordinate representation of color #DE1F64: hue angle of 338.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F64 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 100 -
CMYK 0 0.86 0.55 0.13
HSL 338.32º 0.75% 0.5% -
HSV(B) 338.32º 0.86% 0.87% -
XYZ 32.91 17.43 13.69 -
YUV 95.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 222 31 100 0 0.86 0.55 0.13 338.32 0.75 0.5
Hex DE 1F 64 0 56 37 D 152 4B 32
Octal 336 37 144 0 126 67 15 522 113 62
Binary 11011110 11111 1100100 0 1010110 110111 1101 101010010 1001011 110010

Color Harmonies of #DE1F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F64

Black with #DE1F64

Text Example


Text Example

White with #DE1F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F64; }

 p { color: rgb(222,31,100); }

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

background-color css

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

 a { background-color: rgb(222,31,100); }

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

border-color css

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

 span { border-color: rgb(222,31,100); }

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