Html Css Color HEX #DE667D Froly

📋 copy color: '#DE667D'

red 222 ◦ green 102 ◦ blue 125

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

Shades of Froly #DE667D

Tints of Froly #DE667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 49.44%
G = 22.72%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE667D (or 0xDE667D) is known color: Froly. HEX triplet: DE, 66 and 7D. RGB value is (222,102,125). Sum of RGB (Red+Green+Blue) = 222+102+125=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE667D is #219982. Grayscale: #8C8C8C. Windows color (decimal): -2201987 or 8218334. OLE color: 8218334.

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

Color convert

RGB 222 102 125 -
CMYK 0 0.54 0.44 0.13
HSL 348.5º 0.65% 0.64% -
HSV(B) 348.5º 0.54% 0.87% -
XYZ 38.58 26.51 22.49 -
YUV 140.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 222 102 125 0 0.54 0.44 0.13 348.5 0.65 0.64
Hex DE 66 7D 0 36 2C D 15C 41 40
Octal 336 146 175 0 66 54 15 534 101 100
Binary 11011110 1100110 1111101 0 110110 101100 1101 101011100 1000001 1000000

Color Harmonies of #DE667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE667D

Black with #DE667D

Text Example


Text Example

White with #DE667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE667D; }

 p { color: rgb(222,102,125); }

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

background-color css

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

 a { background-color: rgb(222,102,125); }

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

border-color css

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

 span { border-color: rgb(222,102,125); }

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