Html Css Color HEX #DE6473 Froly

📋 copy color: '#DE6473'

red 222 ◦ green 100 ◦ blue 115

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

Shades of Froly #DE6473

Tints of Froly #DE6473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 50.8%
G = 22.88%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE6473 (or 0xDE6473) is known color: Froly. HEX triplet: DE, 64 and 73. RGB value is (222,100,115). Sum of RGB (Red+Green+Blue) = 222+100+115=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6473 is #219B8C. Grayscale: #8A8A8A. Windows color (decimal): -2202509 or 7562462. OLE color: 7562462.

HSL color Cylindrical-coordinate representation of color #DE6473: hue angle of 352.62º 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 #DE6473 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 100 115 -
CMYK 0 0.55 0.48 0.13
HSL 352.62º 0.65% 0.63% -
HSV(B) 352.62º 0.55% 0.87% -
XYZ 37.78 25.88 19.22 -
YUV 138.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 222 100 115 0 0.55 0.48 0.13 352.62 0.65 0.63
Hex DE 64 73 0 37 30 D 161 41 3F
Octal 336 144 163 0 67 60 15 541 101 77
Binary 11011110 1100100 1110011 0 110111 110000 1101 101100001 1000001 111111

Color Harmonies of #DE6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6473

Black with #DE6473

Text Example


Text Example

White with #DE6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6473; }

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

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

background-color css

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

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

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

border-color css

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

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

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