Html Css Color HEX #DF6976 Froly

📋 copy color: '#DF6976'

red 223 ◦ green 105 ◦ blue 118

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

Shades of Froly #DF6976

Tints of Froly #DF6976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 50%
G = 23.54%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6976 (or 0xDF6976) is known color: Froly. HEX triplet: DF, 69 and 76. RGB value is (223,105,118). Sum of RGB (Red+Green+Blue) = 223+105+118=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6976 is #209689. Grayscale: #8D8D8D. Windows color (decimal): -2135690 or 7760351. OLE color: 7760351.

HSL color Cylindrical-coordinate representation of color #DF6976: hue angle of 353.39º degrees, saturation: 0.65, 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 #DF6976 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 118 -
CMYK 0 0.53 0.47 0.13
HSL 353.39º 0.65% 0.64% -
HSV(B) 353.39º 0.53% 0.87% -
XYZ 38.75 27.1 20.33 -
YUV 141.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 223 105 118 0 0.53 0.47 0.13 353.39 0.65 0.64
Hex DF 69 76 0 35 2F D 161 41 40
Octal 337 151 166 0 65 57 15 541 101 100
Binary 11011111 1101001 1110110 0 110101 101111 1101 101100001 1000001 1000000

Color Harmonies of #DF6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6976

Black with #DF6976

Text Example


Text Example

White with #DF6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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