Html Css Color HEX #DE7B7D Froly

📋 copy color: '#DE7B7D'

red 222 ◦ green 123 ◦ blue 125

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

Shades of Froly #DE7B7D

Tints of Froly #DE7B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 47.23%
G = 26.17%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE7B7D (or 0xDE7B7D) is known color: Froly. HEX triplet: DE, 7B and 7D. RGB value is (222,123,125). Sum of RGB (Red+Green+Blue) = 222+123+125=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7D is #218482. Grayscale: #989898. Windows color (decimal): -2196611 or 8223710. OLE color: 8223710.

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

Color convert

RGB 222 123 125 -
CMYK 0 0.45 0.44 0.13
HSL 358.79º 0.6% 0.68% -
HSV(B) 358.79º 0.45% 0.87% -
XYZ 40.91 31.18 23.26 -
YUV 152.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 222 123 125 0 0.45 0.44 0.13 358.79 0.6 0.68
Hex DE 7B 7D 0 2D 2C D 167 3C 44
Octal 336 173 175 0 55 54 15 547 74 104
Binary 11011110 1111011 1111101 0 101101 101100 1101 101100111 111100 1000100

Color Harmonies of #DE7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B7D

Black with #DE7B7D

Text Example


Text Example

White with #DE7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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