Html Css Color HEX #DE1F5C Ruby

📋 copy color: '#DE1F5C'

red 222 ◦ green 31 ◦ blue 92

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

Shades of Ruby #DE1F5C

Tints of Ruby #DE1F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 64.35%
G = 8.99%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE1F5C (or 0xDE1F5C) is known color: Ruby. HEX triplet: DE, 1F and 5C. RGB value is (222,31,92). Sum of RGB (Red+Green+Blue) = 222+31+92=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F5C is #21E0A3. Grayscale: #5F5F5F. Windows color (decimal): -2220196 or 6037470. OLE color: 6037470.

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

Color convert

RGB 222 31 92 -
CMYK 0 0.86 0.59 0.13
HSL 340.84º 0.75% 0.5% -
HSV(B) 340.84º 0.86% 0.87% -
XYZ 32.55 17.28 11.75 -
YUV 95.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 222 31 92 0 0.86 0.59 0.13 340.84 0.75 0.5
Hex DE 1F 5C 0 56 3B D 155 4B 32
Octal 336 37 134 0 126 73 15 525 113 62
Binary 11011110 11111 1011100 0 1010110 111011 1101 101010101 1001011 110010

Color Harmonies of #DE1F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F5C

Black with #DE1F5C

Text Example


Text Example

White with #DE1F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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