Html Css Color HEX #DE1D73 Ruby

📋 copy color: '#DE1D73'

red 222 ◦ green 29 ◦ blue 115

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

Shades of Ruby #DE1D73

Tints of Ruby #DE1D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 60.66%
G = 7.92%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE1D73 (or 0xDE1D73) is known color: Ruby. HEX triplet: DE, 1D and 73. RGB value is (222,29,115). Sum of RGB (Red+Green+Blue) = 222+29+115=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1D73 is #21E28C. Grayscale: #606060. Windows color (decimal): -2220685 or 7544286. OLE color: 7544286.

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

Color convert

RGB 222 29 115 -
CMYK 0 0.87 0.48 0.13
HSL 333.26º 0.77% 0.49% -
HSV(B) 333.26º 0.87% 0.87% -
XYZ 33.66 17.65 17.85 -
YUV 96.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 222 29 115 0 0.87 0.48 0.13 333.26 0.77 0.49
Hex DE 1D 73 0 57 30 D 14D 4D 31
Octal 336 35 163 0 127 60 15 515 115 61
Binary 11011110 11101 1110011 0 1010111 110000 1101 101001101 1001101 110001

Color Harmonies of #DE1D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1D73

Black with #DE1D73

Text Example


Text Example

White with #DE1D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1D73; }

 p { color: rgb(222,29,115); }

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

background-color css

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

 a { background-color: rgb(222,29,115); }

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

border-color css

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

 span { border-color: rgb(222,29,115); }

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