Html Css Color HEX #DE727B Froly

📋 copy color: '#DE727B'

red 222 ◦ green 114 ◦ blue 123

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

Shades of Froly #DE727B

Tints of Froly #DE727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 48.37%
G = 24.84%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE727B (or 0xDE727B) is known color: Froly. HEX triplet: DE, 72 and 7B. RGB value is (222,114,123). Sum of RGB (Red+Green+Blue) = 222+114+123=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE727B is #218D84. Grayscale: #939393. Windows color (decimal): -2198917 or 8090334. OLE color: 8090334.

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

Color convert

RGB 222 114 123 -
CMYK 0 0.49 0.45 0.13
HSL 355º 0.62% 0.66% -
HSV(B) 355º 0.49% 0.87% -
XYZ 39.72 28.99 22.24 -
YUV 147.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 222 114 123 0 0.49 0.45 0.13 355 0.62 0.66
Hex DE 72 7B 0 31 2D D 163 3E 42
Octal 336 162 173 0 61 55 15 543 76 102
Binary 11011110 1110010 1111011 0 110001 101101 1101 101100011 111110 1000010

Color Harmonies of #DE727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE727B

Black with #DE727B

Text Example


Text Example

White with #DE727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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