Html Css Color HEX #DE6972 Froly

📋 copy color: '#DE6972'

red 222 ◦ green 105 ◦ blue 114

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

Shades of Froly #DE6972

Tints of Froly #DE6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 50.34%
G = 23.81%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE6972 (or 0xDE6972) is known color: Froly. HEX triplet: DE, 69 and 72. RGB value is (222,105,114). Sum of RGB (Red+Green+Blue) = 222+105+114=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6972 is #21968D. Grayscale: #8D8D8D. Windows color (decimal): -2201230 or 7498206. OLE color: 7498206.

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

Color convert

RGB 222 105 114 -
CMYK 0 0.53 0.49 0.13
HSL 355.38º 0.64% 0.64% -
HSV(B) 355.38º 0.53% 0.87% -
XYZ 38.21 26.85 19.09 -
YUV 141.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 222 105 114 0 0.53 0.49 0.13 355.38 0.64 0.64
Hex DE 69 72 0 35 31 D 163 40 40
Octal 336 151 162 0 65 61 15 543 100 100
Binary 11011110 1101001 1110010 0 110101 110001 1101 101100011 1000000 1000000

Color Harmonies of #DE6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6972

Black with #DE6972

Text Example


Text Example

White with #DE6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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