Html Css Color HEX #DE6C7C Froly

📋 copy color: '#DE6C7C'

red 222 ◦ green 108 ◦ blue 124

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

Shades of Froly #DE6C7C

Tints of Froly #DE6C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 48.9%
G = 23.79%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE6C7C (or 0xDE6C7C) is known color: Froly. HEX triplet: DE, 6C and 7C. RGB value is (222,108,124). Sum of RGB (Red+Green+Blue) = 222+108+124=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C7C is #219383. Grayscale: #8F8F8F. Windows color (decimal): -2200452 or 8154334. OLE color: 8154334.

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

Color convert

RGB 222 108 124 -
CMYK 0 0.51 0.44 0.13
HSL 351.58º 0.63% 0.65% -
HSV(B) 351.58º 0.51% 0.87% -
XYZ 39.12 27.71 22.36 -
YUV 143.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 222 108 124 0 0.51 0.44 0.13 351.58 0.63 0.65
Hex DE 6C 7C 0 33 2C D 160 3F 41
Octal 336 154 174 0 63 54 15 540 77 101
Binary 11011110 1101100 1111100 0 110011 101100 1101 101100000 111111 1000001

Color Harmonies of #DE6C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C7C

Black with #DE6C7C

Text Example


Text Example

White with #DE6C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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