Html Css Color HEX #DE6C70 Froly

📋 copy color: '#DE6C70'

red 222 ◦ green 108 ◦ blue 112

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

Shades of Froly #DE6C70

Tints of Froly #DE6C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 50.23%
G = 24.43%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE6C70 (or 0xDE6C70) is known color: Froly. HEX triplet: DE, 6C and 70. RGB value is (222,108,112). Sum of RGB (Red+Green+Blue) = 222+108+112=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C70 is #21938F. Grayscale: #8E8E8E. Windows color (decimal): -2200464 or 7367902. OLE color: 7367902.

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

Color convert

RGB 222 108 112 -
CMYK 0 0.51 0.50 0.13
HSL 357.89º 0.63% 0.65% -
HSV(B) 357.89º 0.51% 0.87% -
XYZ 38.41 27.42 18.6 -
YUV 142.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 222 108 112 0 0.51 0.50 0.13 357.89 0.63 0.65
Hex DE 6C 70 0 33 32 D 166 3F 41
Octal 336 154 160 0 63 62 15 546 77 101
Binary 11011110 1101100 1110000 0 110011 110010 1101 101100110 111111 1000001

Color Harmonies of #DE6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C70

Black with #DE6C70

Text Example


Text Example

White with #DE6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C70; }

 p { color: rgb(222,108,112); }

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

background-color css

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

 a { background-color: rgb(222,108,112); }

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

border-color css

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

 span { border-color: rgb(222,108,112); }

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