Html Css Color HEX #DE1B5D Ruby

📋 copy color: '#DE1B5D'

red 222 ◦ green 27 ◦ blue 93

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

Shades of Ruby #DE1B5D

Tints of Ruby #DE1B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 64.91%
G = 7.89%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE1B5D (or 0xDE1B5D) is known color: Ruby. HEX triplet: DE, 1B and 5D. RGB value is (222,27,93). Sum of RGB (Red+Green+Blue) = 222+27+93=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B5D is #21E4A2. Grayscale: #5C5C5C. Windows color (decimal): -2221219 or 6101982. OLE color: 6101982.

HSL color Cylindrical-coordinate representation of color #DE1B5D: hue angle of 339.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B5D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 27 93 -
CMYK 0 0.88 0.58 0.13
HSL 339.69º 0.78% 0.49% -
HSV(B) 339.69º 0.88% 0.87% -
XYZ 32.49 17.1 11.94 -
YUV 92.83 128.1 220.13 -
System Red Green Blue C M Y K H S L
Decimal 222 27 93 0 0.88 0.58 0.13 339.69 0.78 0.49
Hex DE 1B 5D 0 58 3A D 154 4E 31
Octal 336 33 135 0 130 72 15 524 116 61
Binary 11011110 11011 1011101 0 1011000 111010 1101 101010100 1001110 110001

Color Harmonies of #DE1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1B5D

Black with #DE1B5D

Text Example


Text Example

White with #DE1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1B5D; }

 p { color: rgb(222,27,93); }

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

background-color css

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

 a { background-color: rgb(222,27,93); }

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

border-color css

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

 span { border-color: rgb(222,27,93); }

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