Html Css Color HEX #DE1A5D Ruby

📋 copy color: '#DE1A5D'

red 222 ◦ green 26 ◦ blue 93

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

Shades of Ruby #DE1A5D

Tints of Ruby #DE1A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

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

R = 65.1%
G = 7.62%
B = 27.27%

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

#DE1A5D (or 0xDE1A5D) is known color: Ruby. HEX triplet: DE, 1A and 5D. RGB value is (222,26,93). Sum of RGB (Red+Green+Blue) = 222+26+93=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1A5D is #21E5A2. Grayscale: #5C5C5C. Windows color (decimal): -2221475 or 6101726. OLE color: 6101726.

HSL color Cylindrical-coordinate representation of color #DE1A5D: hue angle of 339.49º degrees, saturation: 0.79, 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 #DE1A5D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 26 93 -
CMYK 0 0.88 0.58 0.13
HSL 339.49º 0.79% 0.49% -
HSV(B) 339.49º 0.88% 0.87% -
XYZ 32.47 17.06 11.94 -
YUV 92.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 222 26 93 0 0.88 0.58 0.13 339.49 0.79 0.49
Hex DE 1A 5D 0 58 3A D 153 4F 31
Octal 336 32 135 0 130 72 15 523 117 61
Binary 11011110 11010 1011101 0 1011000 111010 1101 101010011 1001111 110001

Color Harmonies of #DE1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1A5D

Black with #DE1A5D

Text Example


Text Example

White with #DE1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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