Html Css Color HEX #DE1672 Ruby

📋 copy color: '#DE1672'

red 222 ◦ green 22 ◦ blue 114

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

Shades of Ruby #DE1672

Tints of Ruby #DE1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.15%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 62.01%
G = 6.15%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE1672 (or 0xDE1672) is known color: Ruby. HEX triplet: DE, 16 and 72. RGB value is (222,22,114). Sum of RGB (Red+Green+Blue) = 222+22+114=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1672 is #21E98D. Grayscale: #5C5C5C. Windows color (decimal): -2222478 or 7476958. OLE color: 7476958.

HSL color Cylindrical-coordinate representation of color #DE1672: hue angle of 332.4º degrees, saturation: 0.82, 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 #DE1672 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 114 -
CMYK 0 0.90 0.49 0.13
HSL 332.4º 0.82% 0.48% -
HSV(B) 332.4º 0.9% 0.87% -
XYZ 33.45 17.32 17.5 -
YUV 92.29 140.26 220.52 -
System Red Green Blue C M Y K H S L
Decimal 222 22 114 0 0.90 0.49 0.13 332.4 0.82 0.48
Hex DE 16 72 0 5A 31 D 14C 52 30
Octal 336 26 162 0 132 61 15 514 122 60
Binary 11011110 10110 1110010 0 1011010 110001 1101 101001100 1010010 110000

Color Harmonies of #DE1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1672

Black with #DE1672

Text Example


Text Example

White with #DE1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1672; }

 p { color: rgb(222,22,114); }

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

background-color css

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

 a { background-color: rgb(222,22,114); }

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

border-color css

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

 span { border-color: rgb(222,22,114); }

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