Html Css Color HEX #DE1375 Ruby

📋 copy color: '#DE1375'

red 222 ◦ green 19 ◦ blue 117

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

Shades of Ruby #DE1375

Tints of Ruby #DE1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 62.01%
G = 5.31%
B = 32.68%

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

#DE1375 (or 0xDE1375) is known color: Ruby. HEX triplet: DE, 13 and 75. RGB value is (222,19,117). Sum of RGB (Red+Green+Blue) = 222+19+117=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1375 is #21EC8A. Grayscale: #5A5A5A. Windows color (decimal): -2223243 or 7672798. OLE color: 7672798.

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

Color convert

RGB 222 19 117 -
CMYK 0 0.91 0.47 0.13
HSL 331.03º 0.84% 0.47% -
HSV(B) 331.03º 0.91% 0.87% -
XYZ 33.57 17.28 18.4 -
YUV 90.87 142.75 221.53 -
System Red Green Blue C M Y K H S L
Decimal 222 19 117 0 0.91 0.47 0.13 331.03 0.84 0.47
Hex DE 13 75 0 5B 2F D 14B 54 2F
Octal 336 23 165 0 133 57 15 513 124 57
Binary 11011110 10011 1110101 0 1011011 101111 1101 101001011 1010100 101111

Color Harmonies of #DE1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1375

Black with #DE1375

Text Example


Text Example

White with #DE1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1375; }

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

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

background-color css

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

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

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

border-color css

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

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

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