Html Css Color HEX #DF657D Froly

📋 copy color: '#DF657D'

red 223 ◦ green 101 ◦ blue 125

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

Shades of Froly #DF657D

Tints of Froly #DF657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.49%

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

R = 49.67%
G = 22.49%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF657D (or 0xDF657D) is known color: Froly. HEX triplet: DF, 65 and 7D. RGB value is (223,101,125). Sum of RGB (Red+Green+Blue) = 223+101+125=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF657D is #209A82. Grayscale: #8C8C8C. Windows color (decimal): -2136707 or 8218079. OLE color: 8218079.

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

Color convert

RGB 223 101 125 -
CMYK 0 0.55 0.44 0.13
HSL 348.2º 0.66% 0.64% -
HSV(B) 348.2º 0.55% 0.87% -
XYZ 38.79 26.48 22.47 -
YUV 140.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 223 101 125 0 0.55 0.44 0.13 348.2 0.66 0.64
Hex DF 65 7D 0 37 2C D 15C 42 40
Octal 337 145 175 0 67 54 15 534 102 100
Binary 11011111 1100101 1111101 0 110111 101100 1101 101011100 1000010 1000000

Color Harmonies of #DF657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF657D

Black with #DF657D

Text Example


Text Example

White with #DF657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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