Html Css Color HEX #DF6C7D Froly

📋 copy color: '#DF6C7D'

red 223 ◦ green 108 ◦ blue 125

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

Shades of Froly #DF6C7D

Tints of Froly #DF6C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

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

R = 48.9%
G = 23.68%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF6C7D (or 0xDF6C7D) is known color: Froly. HEX triplet: DF, 6C and 7D. RGB value is (223,108,125). Sum of RGB (Red+Green+Blue) = 223+108+125=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C7D is #209382. Grayscale: #909090. Windows color (decimal): -2134915 or 8219871. OLE color: 8219871.

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

Color convert

RGB 223 108 125 -
CMYK 0 0.52 0.44 0.13
HSL 351.13º 0.64% 0.65% -
HSV(B) 351.13º 0.52% 0.87% -
XYZ 39.5 27.89 22.7 -
YUV 144.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 223 108 125 0 0.52 0.44 0.13 351.13 0.64 0.65
Hex DF 6C 7D 0 34 2C D 15F 40 41
Octal 337 154 175 0 64 54 15 537 100 101
Binary 11011111 1101100 1111101 0 110100 101100 1101 101011111 1000000 1000001

Color Harmonies of #DF6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C7D

Black with #DF6C7D

Text Example


Text Example

White with #DF6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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