Html Css Color HEX #DF767D Froly

📋 copy color: '#DF767D'

red 223 ◦ green 118 ◦ blue 125

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

Shades of Froly #DF767D

Tints of Froly #DF767D

RGB

 RED value IS 223 (87.5% from 255) = 47.85%

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 47.85%
G = 25.32%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF767D (or 0xDF767D) is known color: Froly. HEX triplet: DF, 76 and 7D. RGB value is (223,118,125). Sum of RGB (Red+Green+Blue) = 223+118+125=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767D is #208982. Grayscale: #969696. Windows color (decimal): -2132355 or 8222431. OLE color: 8222431.

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

Color convert

RGB 223 118 125 -
CMYK 0 0.47 0.44 0.13
HSL 356º 0.62% 0.67% -
HSV(B) 356º 0.47% 0.87% -
XYZ 40.61 30.13 23.08 -
YUV 150.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 223 118 125 0 0.47 0.44 0.13 356 0.62 0.67
Hex DF 76 7D 0 2F 2C D 164 3E 43
Octal 337 166 175 0 57 54 15 544 76 103
Binary 11011111 1110110 1111101 0 101111 101100 1101 101100100 111110 1000011

Color Harmonies of #DF767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF767D

Black with #DF767D

Text Example


Text Example

White with #DF767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF767D; }

 p { color: rgb(223,118,125); }

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

background-color css

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

 a { background-color: rgb(223,118,125); }

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

border-color css

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

 span { border-color: rgb(223,118,125); }

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