Html Css Color HEX #DF647A Froly

📋 copy color: '#DF647A'

red 223 ◦ green 100 ◦ blue 122

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

Shades of Froly #DF647A

Tints of Froly #DF647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.47%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 50.11%
G = 22.47%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF647A (or 0xDF647A) is known color: Froly. HEX triplet: DF, 64 and 7A. RGB value is (223,100,122). Sum of RGB (Red+Green+Blue) = 223+100+122=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647A is #209B85. Grayscale: #8B8B8B. Windows color (decimal): -2136966 or 8021215. OLE color: 8021215.

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

Color convert

RGB 223 100 122 -
CMYK 0 0.55 0.45 0.13
HSL 349.27º 0.66% 0.63% -
HSV(B) 349.27º 0.55% 0.87% -
XYZ 38.5 26.21 21.44 -
YUV 139.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 223 100 122 0 0.55 0.45 0.13 349.27 0.66 0.63
Hex DF 64 7A 0 37 2D D 15D 42 3F
Octal 337 144 172 0 67 55 15 535 102 77
Binary 11011111 1100100 1111010 0 110111 101101 1101 101011101 1000010 111111

Color Harmonies of #DF647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF647A

Black with #DF647A

Text Example


Text Example

White with #DF647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF647A; }

 p { color: rgb(223,100,122); }

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

background-color css

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

 a { background-color: rgb(223,100,122); }

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

border-color css

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

 span { border-color: rgb(223,100,122); }

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