Html Css Color HEX #DE1B6E Ruby

📋 copy color: '#DE1B6E'

red 222 ◦ green 27 ◦ blue 110

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

Shades of Ruby #DE1B6E

Tints of Ruby #DE1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 61.84%
G = 7.52%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE1B6E (or 0xDE1B6E) is known color: Ruby. HEX triplet: DE, 1B and 6E. RGB value is (222,27,110). Sum of RGB (Red+Green+Blue) = 222+27+110=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B6E is #21E491. Grayscale: #5E5E5E. Windows color (decimal): -2221202 or 7216094. OLE color: 7216094.

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

Color convert

RGB 222 27 110 -
CMYK 0 0.88 0.50 0.13
HSL 334.46º 0.78% 0.49% -
HSV(B) 334.46º 0.88% 0.87% -
XYZ 33.33 17.44 16.36 -
YUV 94.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 222 27 110 0 0.88 0.50 0.13 334.46 0.78 0.49
Hex DE 1B 6E 0 58 32 D 14E 4E 31
Octal 336 33 156 0 130 62 15 516 116 61
Binary 11011110 11011 1101110 0 1011000 110010 1101 101001110 1001110 110001

Color Harmonies of #DE1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1B6E

Black with #DE1B6E

Text Example


Text Example

White with #DE1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1B6E; }

 p { color: rgb(222,27,110); }

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

background-color css

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

 a { background-color: rgb(222,27,110); }

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

border-color css

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

 span { border-color: rgb(222,27,110); }

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