Html Css Color HEX #DE616F Froly

📋 copy color: '#DE616F'

red 222 ◦ green 97 ◦ blue 111

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

Shades of Froly #DE616F

Tints of Froly #DE616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 51.63%
G = 22.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE616F (or 0xDE616F) is known color: Froly. HEX triplet: DE, 61 and 6F. RGB value is (222,97,111). Sum of RGB (Red+Green+Blue) = 222+97+111=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE616F is #219E90. Grayscale: #888888. Windows color (decimal): -2203281 or 7299550. OLE color: 7299550.

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

Color convert

RGB 222 97 111 -
CMYK 0 0.56 0.5 0.13
HSL 353.28º 0.65% 0.63% -
HSV(B) 353.28º 0.56% 0.87% -
XYZ 37.27 25.23 17.94 -
YUV 135.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 222 97 111 0 0.56 0.5 0.13 353.28 0.65 0.63
Hex DE 61 6F 0 38 32 D 161 41 3F
Octal 336 141 157 0 70 62 15 541 101 77
Binary 11011110 1100001 1101111 0 111000 110010 1101 101100001 1000001 111111

Color Harmonies of #DE616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE616F

Black with #DE616F

Text Example


Text Example

White with #DE616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE616F; }

 p { color: rgb(222,97,111); }

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

background-color css

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

 a { background-color: rgb(222,97,111); }

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

border-color css

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

 span { border-color: rgb(222,97,111); }

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