Html Css Color HEX #DE1065 Ruby

📋 copy color: '#DE1065'

red 222 ◦ green 16 ◦ blue 101

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

Shades of Ruby #DE1065

Tints of Ruby #DE1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 65.49%
G = 4.72%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE1065 (or 0xDE1065) is known color: Ruby. HEX triplet: DE, 10 and 65. RGB value is (222,16,101). Sum of RGB (Red+Green+Blue) = 222+16+101=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1065 is #21EF9A. Grayscale: #575757. Windows color (decimal): -2224027 or 6623454. OLE color: 6623454.

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

Color convert

RGB 222 16 101 -
CMYK 0 0.93 0.55 0.13
HSL 335.24º 0.87% 0.47% -
HSV(B) 335.24º 0.93% 0.87% -
XYZ 32.66 16.84 13.84 -
YUV 87.28 135.75 224.09 -
System Red Green Blue C M Y K H S L
Decimal 222 16 101 0 0.93 0.55 0.13 335.24 0.87 0.47
Hex DE 10 65 0 5D 37 D 14F 57 2F
Octal 336 20 145 0 135 67 15 517 127 57
Binary 11011110 10000 1100101 0 1011101 110111 1101 101001111 1010111 101111

Color Harmonies of #DE1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1065

Black with #DE1065

Text Example


Text Example

White with #DE1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1065; }

 p { color: rgb(222,16,101); }

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

background-color css

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

 a { background-color: rgb(222,16,101); }

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

border-color css

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

 span { border-color: rgb(222,16,101); }

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