Html Css Color HEX #DE6471 Froly

📋 copy color: '#DE6471'

red 222 ◦ green 100 ◦ blue 113

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

Shades of Froly #DE6471

Tints of Froly #DE6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 51.03%
G = 22.99%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE6471 (or 0xDE6471) is known color: Froly. HEX triplet: DE, 64 and 71. RGB value is (222,100,113). Sum of RGB (Red+Green+Blue) = 222+100+113=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6471 is #219B8E. Grayscale: #8A8A8A. Windows color (decimal): -2202511 or 7431390. OLE color: 7431390.

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

Color convert

RGB 222 100 113 -
CMYK 0 0.55 0.49 0.13
HSL 353.61º 0.65% 0.63% -
HSV(B) 353.61º 0.55% 0.87% -
XYZ 37.66 25.84 18.62 -
YUV 137.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 222 100 113 0 0.55 0.49 0.13 353.61 0.65 0.63
Hex DE 64 71 0 37 31 D 162 41 3F
Octal 336 144 161 0 67 61 15 542 101 77
Binary 11011110 1100100 1110001 0 110111 110001 1101 101100010 1000001 111111

Color Harmonies of #DE6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6471

Black with #DE6471

Text Example


Text Example

White with #DE6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6471; }

 p { color: rgb(222,100,113); }

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

background-color css

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

 a { background-color: rgb(222,100,113); }

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

border-color css

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

 span { border-color: rgb(222,100,113); }

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