Html Css Color HEX #DE176B Ruby

📋 copy color: '#DE176B'

red 222 ◦ green 23 ◦ blue 107

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

Shades of Ruby #DE176B

Tints of Ruby #DE176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 63.07%
G = 6.53%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE176B (or 0xDE176B) is known color: Ruby. HEX triplet: DE, 17 and 6B. RGB value is (222,23,107). Sum of RGB (Red+Green+Blue) = 222+23+107=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE176B is #21E894. Grayscale: #5B5B5B. Windows color (decimal): -2222229 or 7018462. OLE color: 7018462.

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

Color convert

RGB 222 23 107 -
CMYK 0 0.90 0.52 0.13
HSL 334.67º 0.81% 0.48% -
HSV(B) 334.67º 0.9% 0.87% -
XYZ 33.08 17.2 15.49 -
YUV 92.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 222 23 107 0 0.90 0.52 0.13 334.67 0.81 0.48
Hex DE 17 6B 0 5A 34 D 14F 51 30
Octal 336 27 153 0 132 64 15 517 121 60
Binary 11011110 10111 1101011 0 1011010 110100 1101 101001111 1010001 110000

Color Harmonies of #DE176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE176B

Black with #DE176B

Text Example


Text Example

White with #DE176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE176B; }

 p { color: rgb(222,23,107); }

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

background-color css

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

 a { background-color: rgb(222,23,107); }

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

border-color css

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

 span { border-color: rgb(222,23,107); }

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