Html Css Color HEX #DE1574 Ruby

📋 copy color: '#DE1574'

red 222 ◦ green 21 ◦ blue 116

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

Shades of Ruby #DE1574

Tints of Ruby #DE1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 61.84%
G = 5.85%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE1574 (or 0xDE1574) is known color: Ruby. HEX triplet: DE, 15 and 74. RGB value is (222,21,116). Sum of RGB (Red+Green+Blue) = 222+21+116=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1574 is #21EA8B. Grayscale: #5B5B5B. Windows color (decimal): -2222732 or 7607774. OLE color: 7607774.

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

Color convert

RGB 222 21 116 -
CMYK 0 0.91 0.48 0.13
HSL 331.64º 0.83% 0.48% -
HSV(B) 331.64º 0.91% 0.87% -
XYZ 33.54 17.33 18.1 -
YUV 91.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 222 21 116 0 0.91 0.48 0.13 331.64 0.83 0.48
Hex DE 15 74 0 5B 30 D 14C 53 30
Octal 336 25 164 0 133 60 15 514 123 60
Binary 11011110 10101 1110100 0 1011011 110000 1101 101001100 1010011 110000

Color Harmonies of #DE1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1574

Black with #DE1574

Text Example


Text Example

White with #DE1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1574; }

 p { color: rgb(222,21,116); }

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

background-color css

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

 a { background-color: rgb(222,21,116); }

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

border-color css

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

 span { border-color: rgb(222,21,116); }

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