Html Css Color HEX #DE1575 Ruby

📋 copy color: '#DE1575'

red 222 ◦ green 21 ◦ blue 117

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

Shades of Ruby #DE1575

Tints of Ruby #DE1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 61.67%
G = 5.83%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1575 (or 0xDE1575) is known color: Ruby. HEX triplet: DE, 15 and 75. RGB value is (222,21,117). Sum of RGB (Red+Green+Blue) = 222+21+117=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1575 is #21EA8A. Grayscale: #5B5B5B. Windows color (decimal): -2222731 or 7673310. OLE color: 7673310.

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

Color convert

RGB 222 21 117 -
CMYK 0 0.91 0.47 0.13
HSL 331.34º 0.83% 0.48% -
HSV(B) 331.34º 0.91% 0.87% -
XYZ 33.6 17.35 18.41 -
YUV 92.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 222 21 117 0 0.91 0.47 0.13 331.34 0.83 0.48
Hex DE 15 75 0 5B 2F D 14B 53 30
Octal 336 25 165 0 133 57 15 513 123 60
Binary 11011110 10101 1110101 0 1011011 101111 1101 101001011 1010011 110000

Color Harmonies of #DE1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1575

Black with #DE1575

Text Example


Text Example

White with #DE1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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