Html Css Color HEX #DF6A7D Froly

📋 copy color: '#DF6A7D'

red 223 ◦ green 106 ◦ blue 125

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

Shades of Froly #DF6A7D

Tints of Froly #DF6A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

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

R = 49.12%
G = 23.35%
B = 27.53%

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

#DF6A7D (or 0xDF6A7D) is known color: Froly. HEX triplet: DF, 6A and 7D. RGB value is (223,106,125). Sum of RGB (Red+Green+Blue) = 223+106+125=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A7D is #209582. Grayscale: #8F8F8F. Windows color (decimal): -2135427 or 8219359. OLE color: 8219359.

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

Color convert

RGB 223 106 125 -
CMYK 0 0.52 0.44 0.13
HSL 350.26º 0.65% 0.65% -
HSV(B) 350.26º 0.52% 0.87% -
XYZ 39.29 27.48 22.63 -
YUV 143.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 223 106 125 0 0.52 0.44 0.13 350.26 0.65 0.65
Hex DF 6A 7D 0 34 2C D 15E 41 41
Octal 337 152 175 0 64 54 15 536 101 101
Binary 11011111 1101010 1111101 0 110100 101100 1101 101011110 1000001 1000001

Color Harmonies of #DF6A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A7D

Black with #DF6A7D

Text Example


Text Example

White with #DF6A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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